[Wallet][RPC] add missing abandon status documentation
This commit is contained in:
committed by
lateminer
parent
3ef2c26f90
commit
1f742d5e59
@@ -1392,6 +1392,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"
|
||||
|
||||
Reference in New Issue
Block a user