Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
modship committed Jun 5, 2024
1 parent 436290f commit 5b63c34
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions massa-node/base_config/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,10 @@
"schema": {
"type": "array",
"items": {
"type": "number"
"type": "array",
"items": {
"type": "number"
}
}
},
"name": "Addresses bytecode array"
Expand Down Expand Up @@ -1515,7 +1518,7 @@
"type": "object"
},
"amount": {
"type": "number"
"type": "string"
}
}
},
Expand Down Expand Up @@ -3082,7 +3085,7 @@
},
{
"description": "Amount in coins",
"type": "number"
"type": "string"
}
]
},
Expand All @@ -3093,7 +3096,7 @@
"type": "null"
},
{
"type": "number"
"type": "string"
}
]
}
Expand Down

0 comments on commit 5b63c34

Please sign in to comment.