Browse Source

Trivial: Fix typo in help getrawtransaction RPC

0.15
James Evans 7 years ago committed by GitHub
parent
commit
05a9f22358
  1. 2
      src/rpc/rawtransaction.cpp

2
src/rpc/rawtransaction.cpp

@ -138,7 +138,7 @@ UniValue getrawtransaction(const JSONRPCRequest& request) @@ -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…
Cancel
Save