From b360a2395a535169feb2072da9c01c11fae63480 Mon Sep 17 00:00:00 2001 From: Duke Date: Thu, 9 Feb 2023 13:45:45 -0800 Subject: [PATCH] Allow abortrescan to be called via RPC --- src/wallet/rpcwallet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index f2d86c2ce..b511b100c 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -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 },