diff options
| author | Hector Jusforgues <[email protected]> | 2014-04-08 22:53:41 +0700 |
|---|---|---|
| committer | Hector Jusforgues <[email protected]> | 2014-04-08 22:53:41 +0700 |
| commit | ab643811ea6d99520febe6b3085d4c9366f7fce5 (patch) | |
| tree | ea3fdc013be11873a97269981ad7935b5e2183cb /src/rpcrawtransaction.cpp | |
| parent | gitian: Version bump for Qt dependency (diff) | |
| download | discoin-ab643811ea6d99520febe6b3085d4c9366f7fce5.tar.xz discoin-ab643811ea6d99520febe6b3085d4c9366f7fce5.zip | |
Fix a typo in RPC signrawtransaction help
Diffstat (limited to 'src/rpcrawtransaction.cpp')
| -rw-r--r-- | src/rpcrawtransaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcrawtransaction.cpp b/src/rpcrawtransaction.cpp index f0267cf8a..4b7dd617e 100644 --- a/src/rpcrawtransaction.cpp +++ b/src/rpcrawtransaction.cpp @@ -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" |