diff options
| author | tnaka <[email protected]> | 2017-06-19 11:48:57 +0900 |
|---|---|---|
| committer | tnaka <[email protected]> | 2017-06-19 11:48:57 +0900 |
| commit | e503b2b6809d91317c503c3dab78a9cf246b2ea3 (patch) | |
| tree | e854d36f85ee51810f961c1c78592167157d41a0 /src/rpc/client.cpp | |
| parent | Merge #10555: [tests] various improvements to zmq_test.py (diff) | |
| download | discoin-e503b2b6809d91317c503c3dab78a9cf246b2ea3.tar.xz discoin-e503b2b6809d91317c503c3dab78a9cf246b2ea3.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 c5585a9fb..cb1539dce 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -76,6 +76,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "listunspent", 0, "minconf" }, { "listunspent", 1, "maxconf" }, { "listunspent", 2, "addresses" }, + { "listunspent", 3, "include_unsafe" }, { "listunspent", 4, "query_options" }, { "getblock", 1, "verbosity" }, { "getblockheader", 1, "verbose" }, |