We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643fa0b commit e503b2bCopy full SHA for e503b2b
src/rpc/client.cpp
@@ -76,6 +76,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
76
{ "listunspent", 0, "minconf" },
77
{ "listunspent", 1, "maxconf" },
78
{ "listunspent", 2, "addresses" },
79
+ { "listunspent", 3, "include_unsafe" },
80
{ "listunspent", 4, "query_options" },
81
{ "getblock", 1, "verbosity" },
82
{ "getblockheader", 1, "verbose" },
0 commit comments