mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
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:
commit
be6d5a617d
7 changed files with 285 additions and 17 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue