diff options
| author | tnaka <[email protected]> | 2017-06-19 11:48:57 +0900 |
|---|---|---|
| committer | langerhans <[email protected]> | 2021-02-22 22:23:14 +0100 |
| commit | b3d9bbc7dc1ee3c78ceab2566122e4136f8919fb (patch) | |
| tree | f920d77d97186dffef1f5b651920d17def20672d /src/rpc/client.cpp | |
| parent | Add query options to listunspent rpc call (diff) | |
| download | discoin-b3d9bbc7dc1ee3c78ceab2566122e4136f8919fb.tar.xz discoin-b3d9bbc7dc1ee3c78ceab2566122e4136f8919fb.zip | |
fixed listunspent rpc convert parameter
Diffstat (limited to 'src/rpc/client.cpp')
| -rw-r--r-- | src/rpc/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 027267ff7..0ad6c3ef2 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -79,6 +79,7 @@ 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" }, |