Allow abortrescan to be called via RPC

This commit is contained in:
Duke
2023-02-09 13:45:45 -08:00
parent 890d218180
commit b360a2395a

View File

@@ -8546,6 +8546,7 @@ static const CRPCCommand commands[] =
{ "wallet", "move", &movecmd, false },
{ "wallet", "rescan", &rescan, false },
{ "wallet", "getrescaninfo", &getrescaninfo, true },
{ "wallet", "abortrescan", &abortrescan, false },
{ "wallet", "sendfrom", &sendfrom, false },
{ "wallet", "sendmany", &sendmany, false },
{ "wallet", "sendtoaddress", &sendtoaddress, false },