diff options
| author | MarcoFalke <[email protected]> | 2019-02-25 23:49:20 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-02-25 23:45:48 -0500 |
| commit | fa9ff8fe212ae40a1ef4980455bf916bc044fee2 (patch) | |
| tree | 3b597375c943b285288d3e9a6a682ee6c92be1f7 /src/rpc/rawtransaction.cpp | |
| parent | Merge #15456: Enable PID file creation on WIN (diff) | |
| download | discoin-fa9ff8fe212ae40a1ef4980455bf916bc044fee2.tar.xz discoin-fa9ff8fe212ae40a1ef4980455bf916bc044fee2.zip | |
doc: Remove misleading hint in getrawtransaction
Diffstat (limited to 'src/rpc/rawtransaction.cpp')
| -rw-r--r-- | src/rpc/rawtransaction.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp index 5a714a137..f5543f63f 100644 --- a/src/rpc/rawtransaction.cpp +++ b/src/rpc/rawtransaction.cpp @@ -79,8 +79,7 @@ static UniValue getrawtransaction(const JSONRPCRequest& request) "will return the transaction if it is in the mempool, or if -txindex is enabled and the transaction\n" "is in a block in the blockchain.\n" - "\nHint: use getmempoolentry to fetch a specific transaction from the mempool.\n" - "Or use gettransaction for wallet transactions.\n" + "\nHint: Use gettransaction for wallet transactions.\n" "\nIf verbose is 'true', returns an Object with information about 'txid'.\n" "If verbose is 'false' or omitted, returns a string that is serialized, hex-encoded data for 'txid'.\n", |