mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Add blindingfactors to listtransactions rpc help
This commit is contained in:
parent
02a4f831ac
commit
524285bc82
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue