Skip to content

Commit

Permalink
fix openRPC spec
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Sep 23, 2024
1 parent 07b093c commit 832e2dc
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 deletions massa-node/base_config/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1982,26 +1982,18 @@
"type": "object",
"properties": {
"candidate_value": {
"description": "",
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
"description": "The candidate datastore entry value bytes",
"type": "array",
"items": {
"type": "integer"
}
},
"final_value": {
"description": "",
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
"description": "The final datastore entry value bytes",
"type": "array",
"items": {
"type": "integer"
}
}
},
"additionalProperties": false
Expand Down Expand Up @@ -2677,6 +2669,7 @@
"current_cycle_time",
"next_cycle_time",
"network_stats",
"last_slot",
"next_slot",
"node_id",
"pool_stats",
Expand Down

0 comments on commit 832e2dc

Please sign in to comment.