mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge pull request #184 from tnakagawa/fixd-listunspent
[upstream #10627] fixed listunspent rpc convert parameter
This commit is contained in:
commit
9647e5cc28
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "listunspent", 0, "minconf" },
|
||||
{ "listunspent", 1, "maxconf" },
|
||||
{ "listunspent", 2, "addresses" },
|
||||
{ "listunspent", 3, "include_unsafe" },
|
||||
{ "getblock", 1, "verbose" },
|
||||
{ "getblockheader", 1, "verbose" },
|
||||
{ "gettransaction", 1, "include_watchonly" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue