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[] =