aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc/wallet.cpp
diff options
context:
space:
mode:
authorSamuel Dobson <dobsonsa68@gmail.com>2021-12-08 11:54:08 +1300
committerSamuel Dobson <dobsonsa68@gmail.com>2021-12-08 11:54:08 +1300
commitb36e738285b111a184c67fd845404850c34333a3 (patch)
tree5cecd9592f03505fc30274f19cef95fe7f7e74ca /src/wallet/rpc/wallet.cpp
parentd794d0da8f05c66e4a81615c6de8c50f8bcdb5be (diff)
downloadbitcoin-b36e738285b111a184c67fd845404850c34333a3.tar.xz
MOVEONLY: Move abortrescan from backup.cpp to transactions.cpp
Diffstat (limited to 'src/wallet/rpc/wallet.cpp')
-rw-r--r--src/wallet/rpc/wallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpc/wallet.cpp b/src/wallet/rpc/wallet.cpp
index a4f300019e..99ffe5d964 100644
--- a/src/wallet/rpc/wallet.cpp
+++ b/src/wallet/rpc/wallet.cpp
@@ -590,7 +590,6 @@ RPCHelpMan walletdisplayaddress();
#endif // ENABLE_EXTERNAL_SIGNER
// backup
-RPCHelpMan abortrescan();
RPCHelpMan dumpprivkey();
RPCHelpMan importprivkey();
RPCHelpMan importaddress();
@@ -644,6 +643,7 @@ RPCHelpMan listsinceblock();
RPCHelpMan gettransaction();
RPCHelpMan abandontransaction();
RPCHelpMan rescanblockchain();
+RPCHelpMan abortrescan();
Span<const CRPCCommand> GetWalletRPCCommands()
{