mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Merge #10037: Trivial: Fix typo in help getrawtransaction RPC
05a9f22
Trivial: Fix typo in help getrawtransaction RPC (James Evans)
Tree-SHA512: 22c68fb49771f96b94c482b28d7efc4d51737cbb973ed3954641f3ea1832c14e7b909030c132afebe17854da134f717acbf14ee26294c61a303bc33dc43aac4c
This commit is contained in:
commit
7c7ddd9ead
@ -138,7 +138,7 @@ UniValue getrawtransaction(const JSONRPCRequest& request)
|
|||||||
|
|
||||||
"\nArguments:\n"
|
"\nArguments:\n"
|
||||||
"1. \"txid\" (string, required) The transaction id\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"
|
"\nResult (if verbose is not set or set to false):\n"
|
||||||
"\"data\" (string) The serialized, hex-encoded data for 'txid'\n"
|
"\"data\" (string) The serialized, hex-encoded data for 'txid'\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user