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.
2 parents 00350bd + e503b2b commit b62b4c8Copy full SHA for b62b4c8
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