diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-01-13 15:47:38 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-01-13 15:47:45 +0100 |
| commit | be6d5a617d297bbbabcc56730976f9f025892e56 (patch) | |
| tree | b0557d6266bbdc2b9f7352fff55a29a17ee73269 /src/rpcserver.h | |
| parent | Merge pull request #7326 (diff) | |
| parent | [Wallet] Call notification signal when a transaction is abandoned (diff) | |
| download | discoin-be6d5a617d297bbbabcc56730976f9f025892e56.tar.xz discoin-be6d5a617d297bbbabcc56730976f9f025892e56.zip | |
Merge pull request #7312
d11fc16 [Wallet] Call notification signal when a transaction is abandoned (Jonas Schnelli)
df0e222 Add RPC test for abandoned and conflicted transactions. (Alex Morcos)
01e06d1 Add new rpc call: abandontransaction (Alex Morcos)
9e69717 Make wallet descendant searching more efficient (Alex Morcos)
Diffstat (limited to 'src/rpcserver.h')
| -rw-r--r-- | src/rpcserver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h index 9dce31887..29f503658 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -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); |