Skip to content

Commit 9edda0c

Browse files
committed
Merge #10747: [rpc] fix verbose argument for getblock in bitcoin-cli
58e9864 [rpc] fix verbose argument for getblock in bitcoin-cli (John Newbery) Tree-SHA512: 7f176e1ddd9f3f7722ea0d268549629567ecf0c30bebf368824997566df0bfa01d31cf761abc9ca355e48c0bf0cb06d49d15a02b858999fcb7472dc7df2fbbf2
2 parents 1d4805c + 58e9864 commit 9edda0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rpc/client.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
7979
{ "listunspent", 3, "include_unsafe" },
8080
{ "listunspent", 4, "query_options" },
8181
{ "getblock", 1, "verbosity" },
82+
{ "getblock", 1, "verbose" },
8283
{ "getblockheader", 1, "verbose" },
8384
{ "getchaintxstats", 0, "nblocks" },
8485
{ "gettransaction", 1, "include_watchonly" },

0 commit comments

Comments
 (0)