Skip to content

Commit cef8bdf

Browse files
committed
[Wallet][RPC] add missing abandon status documentation
1 parent b88e0b0 commit cef8bdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,6 +1439,7 @@ UniValue listtransactions(const UniValue& params, bool fHelp)
14391439
" \"vout\": n, (numeric) the vout value\n"
14401440
" \"fee\": x.xxx, (numeric) The amount of the fee in " + CURRENCY_UNIT + ". This is negative and only available for the \n"
14411441
" 'send' category of transactions.\n"
1442+
" \"abandoned\": xxx (bool) 'true' if the transaction has been abandoned (inputs are respendable).\n"
14421443
" \"confirmations\": n, (numeric) The number of confirmations for the transaction. Available for 'send' and \n"
14431444
" 'receive' category of transactions. Negative confirmations indicate the\n"
14441445
" transaction conflicts with the block chain\n"

0 commit comments

Comments
 (0)