Skip to content

Commit 7c7ddd9

Browse files
author
MarcoFalke
committed
Merge #10037: Trivial: Fix typo in help getrawtransaction RPC
05a9f22 Trivial: Fix typo in help getrawtransaction RPC (James Evans) Tree-SHA512: 22c68fb49771f96b94c482b28d7efc4d51737cbb973ed3954641f3ea1832c14e7b909030c132afebe17854da134f717acbf14ee26294c61a303bc33dc43aac4c
2 parents 5c1a958 + 05a9f22 commit 7c7ddd9

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)