mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Trivial: Fix typo in help getrawtransaction RPC
This commit is contained in:
parent
5c1a958124
commit
05a9f22358
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user