Merge pull request #4513

6265ecc Clarify that redeemScript is often optional (Zak Wilcox)
pull/4525/head
Wladimir J. van der Laan 10 years ago
commit 0f491f806a
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6

@ -523,7 +523,7 @@ Value signrawtransaction(const Array& params, bool fHelp)
" \"txid\":\"id\", (string, required) The transaction id\n" " \"txid\":\"id\", (string, required) The transaction id\n"
" \"vout\":n, (numeric, required) The output number\n" " \"vout\":n, (numeric, required) The output number\n"
" \"scriptPubKey\": \"hex\", (string, required) script key\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" " ,...\n"
" ]\n" " ]\n"

Loading…
Cancel
Save