From 2c9bd5dd18c4e01a11ddbdf3168967b84b99751b Mon Sep 17 00:00:00 2001 From: Duke Date: Thu, 9 Feb 2023 17:17:00 -0500 Subject: [PATCH] abortrescan --- src/wallet/rpcwallet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index b511b100c..702f00bd7 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -8504,6 +8504,7 @@ extern UniValue z_exportwallet(const UniValue& params, bool fHelp, const CPubKey extern UniValue z_importwallet(const UniValue& params, bool fHelp, const CPubKey& mypk); extern UniValue rescan(const UniValue& params, bool fHelp, const CPubKey& mypk); extern UniValue getrescaninfo(const UniValue& params, bool fHelp, const CPubKey& mypk); +extern UniValue abortrescan(const UniValue& params, bool fHelp, const CPubKey& mypk); static const CRPCCommand commands[] =