From 524285bc820f5c2edc9698bf8a77c92d71d8d616 Mon Sep 17 00:00:00 2001 From: instagibbs Date: Fri, 10 Jun 2016 16:56:27 -0400 Subject: [PATCH] Add blindingfactors to listtransactions rpc help --- src/wallet/rpcwallet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 109f5840e6..81093096b5 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -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"