Browse Source

Merge #7742: [Wallet][RPC] add missing abandon status documentation

cef8bdf [Wallet][RPC] add missing abandon status documentation (Jonas Schnelli)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
2676e12016
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      src/wallet/rpcwallet.cpp

1
src/wallet/rpcwallet.cpp

@ -1439,6 +1439,7 @@ UniValue listtransactions(const UniValue& params, bool fHelp) @@ -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"

Loading…
Cancel
Save