Skip to content

Commit b62b4c8

Browse files
committed
Merge #10627: fixed listunspent rpc convert parameter
e503b2b fixed listunspent rpc convert parameter (tnaka) Tree-SHA512: 6da1cee8fd8459187825fad47678b36bbf6b4582f03f557c8a48c2c4273d9e12405e8bb6ade02a06e6555419eefb1dc298d4d4781ebb3b6b72743ca6108cb18e
2 parents 00350bd + e503b2b commit b62b4c8

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
@@ -76,6 +76,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
7676
{ "listunspent", 0, "minconf" },
7777
{ "listunspent", 1, "maxconf" },
7878
{ "listunspent", 2, "addresses" },
79+
{ "listunspent", 3, "include_unsafe" },
7980
{ "listunspent", 4, "query_options" },
8081
{ "getblock", 1, "verbosity" },
8182
{ "getblockheader", 1, "verbose" },

0 commit comments

Comments
 (0)