Fix a typo in RPC signrawtransaction help

This commit is contained in:
Hector Jusforgues 2014-04-08 22:53:41 +07:00 committed by langerhans
parent a00925d1ef
commit 560170eada

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"