Skip to content

Commit b04e463

Browse files
committed
Change getblock default verbosity to 1.
1 parent fb9f6a8 commit b04e463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/bitcoin/node/interfaces/bitcoind.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ struct bitcoind_methods
3232
{
3333
/// Blockchain methods.
3434
method<"getbestblockhash">{},
35-
method<"getblock", string_t, optional<0>>{ "blockhash", "verbosity" },
35+
method<"getblock", string_t, optional<1>>{ "blockhash", "verbosity" },
3636
method<"getblockchaininfo">{},
3737
method<"getblockcount">{},
3838
method<"getblockfilter", string_t, optional<"basic"_t>>{ "blockhash", "filtertype" },

0 commit comments

Comments
 (0)