aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
diff options
context:
space:
mode:
authorPatrick Lodder <[email protected]>2021-02-23 00:36:54 +0100
committerGitHub <[email protected]>2021-02-23 00:36:54 +0100
commitdd9edc86dc501f16212604ccff15a5f9a93083bd (patch)
treef920d77d97186dffef1f5b651920d17def20672d /src/rpc/client.cpp
parentMerge pull request #1638 from patricklodder/1.14.3-locale-sorting (diff)
parentfixed listunspent rpc convert parameter (diff)
downloaddiscoin-dd9edc86dc501f16212604ccff15a5f9a93083bd.tar.xz
discoin-dd9edc86dc501f16212604ccff15a5f9a93083bd.zip
Merge pull request #1757 from langerhans/1.14.3-listunspent-query
Add query options to listunspent RPC call
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r--src/rpc/client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp
index 56d149591..0ad6c3ef2 100644
--- a/src/rpc/client.cpp
+++ b/src/rpc/client.cpp
@@ -79,6 +79,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "listunspent", 0, "minconf" },
{ "listunspent", 1, "maxconf" },
{ "listunspent", 2, "addresses" },
+ { "listunspent", 3, "include_unsafe" },
+ { "listunspent", 4, "query_options" },
{ "getblock", 1, "verbose" },
{ "getblockheader", 1, "verbose" },
{ "gettransaction", 1, "include_watchonly" },