From 07a695f6c039c90678d14a7fa07d447014dfdc2e Mon Sep 17 00:00:00 2001 From: yofo <13083718335@163.com> Date: Tue, 11 Jun 2019 20:43:24 +0800 Subject: [PATCH] =?UTF-8?q?*=20Verbosity=E5=8F=96=E6=B6=88=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- btcjson/chainsvrcmds.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btcjson/chainsvrcmds.go b/btcjson/chainsvrcmds.go index 4c53306e..95202c9d 100644 --- a/btcjson/chainsvrcmds.go +++ b/btcjson/chainsvrcmds.go @@ -130,7 +130,7 @@ func NewGetBestBlockHashCmd() *GetBestBlockHashCmd { // GetBlockCmd defines the getblock JSON-RPC command. type GetBlockCmd struct { Hash string - Verbosity bool `jsonrpcdefault:"true"` + Verbosity bool } // NewGetBlockCmd returns a new instance which can be used to issue a getblock