Add blindingfactors to listtransactions rpc help

This commit is contained in:
instagibbs 2016-06-10 16:56:27 -04:00 committed by Gregory Sanders
parent 02a4f831ac
commit 524285bc82

View file

@ -1563,6 +1563,7 @@ UniValue listtransactions(const JSONRPCRequest& request)
" from (for receiving funds, positive amounts), or went to (for sending funds,\n"
" negative amounts).\n"
" \"bip125-replaceable\": \"yes|no|unknown\", (string) Whether this transaction could be replaced due to BIP125 (replace-by-fee);\n"
" \"blindingfactors\": \"...\" (string) The list of blinding factors for a given transaction in vout order\n"
" may be unknown for unconfirmed transactions not in the mempool\n"
" \"abandoned\": xxx (bool) 'true' if the transaction has been abandoned (inputs are respendable). Only available for the \n"
" 'send' category of transactions.\n"