Fix a typo in RPC signrawtransaction help
This commit is contained in:
parent
178825dec3
commit
ab643811ea
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ Value signrawtransaction(const Array& params, bool fHelp)
|
|||
" \"privatekey\" (string) private key in base58-encoding\n"
|
||||
" ,...\n"
|
||||
" ]\n"
|
||||
"4. \"sighashtype\" (string, optional, default=ALL) The signature has type. Must be one of\n"
|
||||
"4. \"sighashtype\" (string, optional, default=ALL) The signature hash type. Must be one of\n"
|
||||
" \"ALL\"\n"
|
||||
" \"NONE\"\n"
|
||||
" \"SINGLE\"\n"
|
||||
|
|
Loading…
Reference in a new issue