diff options
| author | James Evans <[email protected]> | 2017-03-20 05:19:41 -0300 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-03-27 23:07:56 +0200 |
| commit | 4d8e66017f6d6498df53935bc9a754d4317a2293 (patch) | |
| tree | 8672d3416d99be69cabcabfd5c598dccfcf7e90b /src/rpc/rawtransaction.cpp | |
| parent | Merge #10094: 0.14: Clear release notes (diff) | |
| download | discoin-4d8e66017f6d6498df53935bc9a754d4317a2293.tar.xz discoin-4d8e66017f6d6498df53935bc9a754d4317a2293.zip | |
Trivial: Fix typo in help getrawtransaction RPC
Github-Pull: #10037
Rebased-From: 05a9f22358be27c08f7e164d05eeeaf0386073cb
Diffstat (limited to 'src/rpc/rawtransaction.cpp')
| -rw-r--r-- | src/rpc/rawtransaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp index bf16f2749..9ddeddd71 100644 --- a/src/rpc/rawtransaction.cpp +++ b/src/rpc/rawtransaction.cpp @@ -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" |