diff options
| author | Jonas Schnelli <[email protected]> | 2016-03-24 21:43:14 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-03-29 08:43:08 +0200 |
| commit | cef8bdf5d747d42c3be473d7ef38052eebd5e9bd (patch) | |
| tree | 04491bccf23d8ed6c73b8edbceab938f9fc14085 /src/wallet/rpcwallet.cpp | |
| parent | Merge #7506: Use CCoinControl selection in CWallet::FundTransaction (diff) | |
| download | discoin-cef8bdf5d747d42c3be473d7ef38052eebd5e9bd.tar.xz discoin-cef8bdf5d747d42c3be473d7ef38052eebd5e9bd.zip | |
[Wallet][RPC] add missing abandon status documentation
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
| -rw-r--r-- | src/wallet/rpcwallet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 1d2350596..d6b63bf12 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -1439,6 +1439,7 @@ UniValue listtransactions(const UniValue& params, bool fHelp) " \"vout\": n, (numeric) the vout value\n" " \"fee\": x.xxx, (numeric) The amount of the fee in " + CURRENCY_UNIT + ". This is negative and only available for the \n" " 'send' category of transactions.\n" + " \"abandoned\": xxx (bool) 'true' if the transaction has been abandoned (inputs are respendable).\n" " \"confirmations\": n, (numeric) The number of confirmations for the transaction. Available for 'send' and \n" " 'receive' category of transactions. Negative confirmations indicate the\n" " transaction conflicts with the block chain\n" |