Skip to content

Commit 05a9f22

Browse files
authored
Trivial: Fix typo in help getrawtransaction RPC
1 parent 5c1a958 commit 05a9f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/rawtransaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ UniValue getrawtransaction(const JSONRPCRequest& request)
138138

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

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

0 commit comments

Comments
 (0)