diff options
author | Zak Wilcox <iwilcox@iwilcox.me.uk> | 2014-07-12 09:21:02 +0100 |
---|---|---|
committer | Zak Wilcox <iwilcox@iwilcox.me.uk> | 2014-07-12 09:21:02 +0100 |
commit | 6265ecc87f766faad4b950ea0c89e77e0e7e076a (patch) | |
tree | 12c271b9585dbbc472b7cb385cb13c9955cd029c /src/rpcrawtransaction.cpp | |
parent | d3165ed35adde59bdfbe72928b51a039202fa21e (diff) |
Clarify that redeemScript is often optional
Diffstat (limited to 'src/rpcrawtransaction.cpp')
-rw-r--r-- | src/rpcrawtransaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcrawtransaction.cpp b/src/rpcrawtransaction.cpp index 2306b1b883..1efe38e830 100644 --- a/src/rpcrawtransaction.cpp +++ b/src/rpcrawtransaction.cpp @@ -523,7 +523,7 @@ Value signrawtransaction(const Array& params, bool fHelp) " \"txid\":\"id\", (string, required) The transaction id\n" " \"vout\":n, (numeric, required) The output number\n" " \"scriptPubKey\": \"hex\", (string, required) script key\n" - " \"redeemScript\": \"hex\" (string, required) redeem script\n" + " \"redeemScript\": \"hex\" (string, required for P2SH) redeem script\n" " }\n" " ,...\n" " ]\n" |