mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Fix a typo in RPC signrawtransaction help
This commit is contained in:
parent
178825dec3
commit
ab643811ea
@ -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 New Issue
Block a user