From dcf9a1d154d63e0631da36fd4ca83235920200a7 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Tue, 27 Jul 2021 20:56:12 +0800 Subject: [PATCH] Fix name of result in getBalance method (#18) * fix: misunderstanding name * lint: remove redundant white space --- openrpc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openrpc.json b/openrpc.json index bff15682444..520f32c00dd 100644 --- a/openrpc.json +++ b/openrpc.json @@ -126,7 +126,7 @@ } ], "result": { - "name": "Block number", + "name": "Balance", "schema": { "$ref": "#/components/schemas/uint" } @@ -971,7 +971,7 @@ "required": ["transactions", "uncles"], "allOf": [ { "$ref": "#/components/schemas/Header" }, - { + { "title": "transactions", "type": "array", "items": { @@ -1046,7 +1046,7 @@ } } }, - { "$ref": "#/components/schemas/Transaction" } + { "$ref": "#/components/schemas/Transaction" } ] }, "Transaction": { @@ -1179,7 +1179,7 @@ "title": "Address", "$ref": "#/components/schemas/address" }, - { + { "title": "Addresses", "$ref": "#/components/schemas/addresses" }