mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-10 15:41:21 +00:00
Trivial: Fix typo in help getrawtransaction RPC
Github-Pull: #10037 Rebased-From: 05a9f22358be27c08f7e164d05eeeaf0386073cb
This commit is contained in:
parent
37bf0d5b38
commit
4d8e66017f
@ -139,7 +139,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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user