mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
RPC/Blockchain: scanblocks: Accept named param for filter_false_positives
This commit is contained in:
parent
96ec3b67a7
commit
5779010ed7
2 changed files with 2 additions and 1 deletions
|
|
@ -91,6 +91,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "scanblocks", 2, "start_height" },
|
||||
{ "scanblocks", 3, "stop_height" },
|
||||
{ "scanblocks", 5, "options" },
|
||||
{ "scanblocks", 5, "filter_false_positives" },
|
||||
{ "scantxoutset", 1, "scanobjects" },
|
||||
{ "addmultisigaddress", 0, "nrequired" },
|
||||
{ "addmultisigaddress", 1, "keys" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue