Skip to content

Commit

Permalink
Trivial: Fix typo in help getrawtransaction RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
keystrike committed Mar 20, 2017
1 parent 5c1a958 commit 05a9f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/rawtransaction.cpp
Expand Up @@ -138,7 +138,7 @@ UniValue getrawtransaction(const JSONRPCRequest& request)

"\nArguments:\n"
"1. \"txid\" (string, required) The transaction id\n"
"2. verbose (bool, optional, default=false) If true, return a string, other return a json object\n"
"2. verbose (bool, optional, default=false) If false, return a string, otherwise return a json object\n"

"\nResult (if verbose is not set or set to false):\n"
"\"data\" (string) The serialized, hex-encoded data for 'txid'\n"
Expand Down

0 comments on commit 05a9f22

Please sign in to comment.