Skip to content

Commit

Permalink
* Verbosity取消默认值。
Browse files Browse the repository at this point in the history
  • Loading branch information
13083718335 committed Jun 11, 2019
1 parent b5610ea commit 07a695f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btcjson/chainsvrcmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07a695f

Please sign in to comment.