mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
rpc: Return accurate results for scanblocks
This makes use of undo data to accurately verify results from blockfilters.
This commit is contained in:
parent
911a40ead2
commit
5ca7a7be76
4 changed files with 72 additions and 6 deletions
|
|
@ -86,6 +86,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "scanblocks", 1, "scanobjects" },
|
||||
{ "scanblocks", 2, "start_height" },
|
||||
{ "scanblocks", 3, "stop_height" },
|
||||
{ "scanblocks", 5, "options" },
|
||||
{ "scantxoutset", 1, "scanobjects" },
|
||||
{ "addmultisigaddress", 0, "nrequired" },
|
||||
{ "addmultisigaddress", 1, "keys" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue