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:
@@ -223,6 +223,7 @@ extern UniValue listaddressgroupings(const UniValue& params, bool fHelp);
|
||||
extern UniValue listaccounts(const UniValue& params, bool fHelp);
|
||||
extern UniValue listsinceblock(const UniValue& params, bool fHelp);
|
||||
extern UniValue gettransaction(const UniValue& params, bool fHelp);
|
||||
extern UniValue abandontransaction(const UniValue& params, bool fHelp);
|
||||
extern UniValue backupwallet(const UniValue& params, bool fHelp);
|
||||
extern UniValue keypoolrefill(const UniValue& params, bool fHelp);
|
||||
extern UniValue walletpassphrase(const UniValue& params, bool fHelp);
|
||||
|
||||
Reference in New Issue
Block a user