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 },