Browse Source

Allow abortrescan to be called via RPC

master
Duke 1 year ago
parent
commit
b360a2395a
  1. 1
      src/wallet/rpcwallet.cpp

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

Loading…
Cancel
Save