aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-02-25 23:49:20 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-02-25 23:45:48 -0500
commitfa9ff8fe212ae40a1ef4980455bf916bc044fee2 (patch)
tree3b597375c943b285288d3e9a6a682ee6c92be1f7 /src
parentb4fc5257b7dc106ff210d170397d4ce0e024f2c0 (diff)
downloadbitcoin-fa9ff8fe212ae40a1ef4980455bf916bc044fee2.tar.xz
doc: Remove misleading hint in getrawtransaction
Diffstat (limited to 'src')
-rw-r--r--src/rpc/rawtransaction.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp
index 5a714a137e..f5543f63f6 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",