Skip to content

Commit 0f491f8

Browse files
committed
Merge pull request #4513
6265ecc Clarify that redeemScript is often optional (Zak Wilcox)
2 parents b5280c3 + 6265ecc commit 0f491f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpcrawtransaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ Value signrawtransaction(const Array& params, bool fHelp)
523523
" \"txid\":\"id\", (string, required) The transaction id\n"
524524
" \"vout\":n, (numeric, required) The output number\n"
525525
" \"scriptPubKey\": \"hex\", (string, required) script key\n"
526-
" \"redeemScript\": \"hex\" (string, required) redeem script\n"
526+
" \"redeemScript\": \"hex\" (string, required for P2SH) redeem script\n"
527527
" }\n"
528528
" ,...\n"
529529
" ]\n"

0 commit comments

Comments
 (0)