@@ -2914,6 +2914,7 @@ UniValue bumpfee(const JSONRPCRequest& request)
29142914 return result;
29152915}
29162916
2917+ extern UniValue abortrescan (const JSONRPCRequest& request); // in rpcdump.cpp
29172918extern UniValue dumpprivkey (const JSONRPCRequest& request); // in rpcdump.cpp
29182919extern UniValue importprivkey (const JSONRPCRequest& request);
29192920extern UniValue importaddress (const JSONRPCRequest& request);
@@ -2930,6 +2931,7 @@ static const CRPCCommand commands[] =
29302931 { " rawtransactions" , " fundrawtransaction" , &fundrawtransaction, false , {" hexstring" ," options" } },
29312932 { " hidden" , " resendwallettransactions" , &resendwallettransactions, true , {} },
29322933 { " wallet" , " abandontransaction" , &abandontransaction, false , {" txid" } },
2934+ { " wallet" , " abortrescan" , &abortrescan, false , {} },
29332935 { " wallet" , " addmultisigaddress" , &addmultisigaddress, true , {" nrequired" ," keys" ," account" } },
29342936 { " wallet" , " addwitnessaddress" , &addwitnessaddress, true , {" address" } },
29352937 { " wallet" , " backupwallet" , &backupwallet, true , {" destination" } },
0 commit comments