diff options
| author | Zak Wilcox <[email protected]> | 2014-07-12 09:21:02 +0100 |
|---|---|---|
| committer | Zak Wilcox <[email protected]> | 2014-07-12 09:21:02 +0100 |
| commit | 6265ecc87f766faad4b950ea0c89e77e0e7e076a (patch) | |
| tree | 12c271b9585dbbc472b7cb385cb13c9955cd029c /src/rpcrawtransaction.cpp | |
| parent | Merge pull request #4347 (diff) | |
| download | discoin-6265ecc87f766faad4b950ea0c89e77e0e7e076a.tar.xz discoin-6265ecc87f766faad4b950ea0c89e77e0e7e076a.zip | |
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 2306b1b88..1efe38e83 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" |