aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Evans <keystrike@users.noreply.github.com>2017-03-20 05:19:41 -0300
committerGitHub <noreply@github.com>2017-03-20 05:19:41 -0300
commit05a9f22358be27c08f7e164d05eeeaf0386073cb (patch)
treeda90dc5e9f9c880ef62fe0a550a1e08a9d7e86a4
parent5c1a95812411b864ced43a151cf86cc49da48150 (diff)
downloadbitcoin-05a9f22358be27c08f7e164d05eeeaf0386073cb.tar.xz
Trivial: Fix typo in help getrawtransaction RPC
-rw-r--r--src/rpc/rawtransaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp
index c438d90a47..696f1bd781 100644
--- a/src/rpc/rawtransaction.cpp
+++ b/src/rpc/rawtransaction.cpp
@@ -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"