Skip to content

Commit 20ecf5c

Browse files
committed
Merge pull request #4024
ab64381 Fix a typo in RPC signrawtransaction help (Hector Jusforgues)
2 parents 85bba09 + ab64381 commit 20ecf5c

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
@@ -536,7 +536,7 @@ Value signrawtransaction(const Array& params, bool fHelp)
536536
" \"privatekey\" (string) private key in base58-encoding\n"
537537
" ,...\n"
538538
" ]\n"
539-
"4. \"sighashtype\" (string, optional, default=ALL) The signature has type. Must be one of\n"
539+
"4. \"sighashtype\" (string, optional, default=ALL) The signature hash type. Must be one of\n"
540540
" \"ALL\"\n"
541541
" \"NONE\"\n"
542542
" \"SINGLE\"\n"

0 commit comments

Comments
 (0)