Merge pull request #4024

ab64381 Fix a typo in RPC signrawtransaction help (Hector Jusforgues)
This commit is contained in:
Wladimir J. van der Laan 2014-04-09 16:25:09 +02:00
commit 20ecf5c27d
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 1 deletions

View File

@ -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"