aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2024-01-04 21:18:35 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2024-01-04 21:22:15 +0000
commit5779010ed7be1cbe9b98a91c7487d3d14b7cf24d (patch)
tree80abbb088225519fa128880457fb1ebaf36f7bbd /src/rpc/client.cpp
parent96ec3b67a7a7f968d002e13d6fc227f69b7f07d7 (diff)
RPC/Blockchain: scanblocks: Accept named param for filter_false_positives
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r--src/rpc/client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp
index 49820f25a3..b0771a75fc 100644
--- a/src/rpc/client.cpp
+++ b/src/rpc/client.cpp
@@ -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" },