Skip to content

Commit

Permalink
Fix name of result in getBalance method (hyperledger#18)
Browse files Browse the repository at this point in the history
* fix: misunderstanding name

* lint: remove redundant white space
  • Loading branch information
yihau authored Jul 27, 2021
1 parent 1d27790 commit dcf9a1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
}
],
"result": {
"name": "Block number",
"name": "Balance",
"schema": {
"$ref": "#/components/schemas/uint"
}
Expand Down Expand Up @@ -971,7 +971,7 @@
"required": ["transactions", "uncles"],
"allOf": [
{ "$ref": "#/components/schemas/Header" },
{
{
"title": "transactions",
"type": "array",
"items": {
Expand Down Expand Up @@ -1046,7 +1046,7 @@
}
}
},
{ "$ref": "#/components/schemas/Transaction" }
{ "$ref": "#/components/schemas/Transaction" }
]
},
"Transaction": {
Expand Down Expand Up @@ -1179,7 +1179,7 @@
"title": "Address",
"$ref": "#/components/schemas/address"
},
{
{
"title": "Addresses",
"$ref": "#/components/schemas/addresses"
}
Expand Down

0 comments on commit dcf9a1d

Please sign in to comment.