aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-03-29 11:10:38 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-03-29 11:10:57 +0200
commit2676e12016dbe638382e01fa562583186b73bb40 (patch)
tree91f967c9738528a333f00195bd8d198425cc8bdc /src
parentaa0d2b263186f48015a4dcd6d8e4e034f212651c (diff)
parentcef8bdf5d747d42c3be473d7ef38052eebd5e9bd (diff)
downloadbitcoin-2676e12016dbe638382e01fa562583186b73bb40.tar.xz
Merge #7742: [Wallet][RPC] add missing abandon status documentation
cef8bdf [Wallet][RPC] add missing abandon status documentation (Jonas Schnelli)
Diffstat (limited to 'src')
-rw-r--r--src/wallet/rpcwallet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index 1d23505961..d6b63bf12f 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"