RPC/Blockchain: scanblocks: Accept named param for filter_false_positives

This commit is contained in:
Luke Dashjr
2024-01-04 21:18:35 +00:00
parent 96ec3b67a7
commit 5779010ed7
2 changed files with 2 additions and 1 deletions

View File

@@ -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" },