mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command
This commit is contained in:
parent
777519bd96
commit
c77170fbdb
6 changed files with 97 additions and 8 deletions
|
|
@ -140,6 +140,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "echojson", 7, "arg7" },
|
||||
{ "echojson", 8, "arg8" },
|
||||
{ "echojson", 9, "arg9" },
|
||||
{ "rescanblockchain", 0, "start_height"},
|
||||
{ "rescanblockchain", 1, "stop_height"},
|
||||
};
|
||||
|
||||
class CRPCConvertTable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue