Merge pull request #7312
d11fc16[Wallet] Call notification signal when a transaction is abandoned (Jonas Schnelli)df0e222Add RPC test for abandoned and conflicted transactions. (Alex Morcos)01e06d1Add new rpc call: abandontransaction (Alex Morcos)9e69717Make wallet descendant searching more efficient (Alex Morcos)
This commit is contained in:
@@ -346,6 +346,7 @@ static const CRPCCommand vRPCCommands[] =
|
||||
{ "wallet", "getreceivedbyaccount", &getreceivedbyaccount, false },
|
||||
{ "wallet", "getreceivedbyaddress", &getreceivedbyaddress, false },
|
||||
{ "wallet", "gettransaction", &gettransaction, false },
|
||||
{ "wallet", "abandontransaction", &abandontransaction, false },
|
||||
{ "wallet", "getunconfirmedbalance", &getunconfirmedbalance, false },
|
||||
{ "wallet", "getwalletinfo", &getwalletinfo, false },
|
||||
{ "wallet", "importprivkey", &importprivkey, true },
|
||||
|
||||
Reference in New Issue
Block a user