diff options
| author | Pedro Branco <[email protected]> | 2017-03-07 18:17:32 +0000 |
|---|---|---|
| committer | langerhans <[email protected]> | 2021-02-22 22:23:09 +0100 |
| commit | 3c1fa139218c627eff45b3ae297fa65cd792ee2c (patch) | |
| tree | 029d2fdc13598ed686cecc2565d7a28cf43b4c81 /src/rpc/client.cpp | |
| parent | Merge pull request #1638 from patricklodder/1.14.3-locale-sorting (diff) | |
| download | discoin-3c1fa139218c627eff45b3ae297fa65cd792ee2c.tar.xz discoin-3c1fa139218c627eff45b3ae297fa65cd792ee2c.zip | |
Add query options to listunspent rpc call
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 56d149591..027267ff7 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", 4, "query_options" }, { "getblock", 1, "verbose" }, { "getblockheader", 1, "verbose" }, { "gettransaction", 1, "include_watchonly" }, |