Skip to content

Commit fa9ff8f

Browse files
author
MarcoFalke
committed
doc: Remove misleading hint in getrawtransaction
1 parent b4fc525 commit fa9ff8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rpc/rawtransaction.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ static UniValue getrawtransaction(const JSONRPCRequest& request)
7979
"will return the transaction if it is in the mempool, or if -txindex is enabled and the transaction\n"
8080
"is in a block in the blockchain.\n"
8181

82-
"\nHint: use getmempoolentry to fetch a specific transaction from the mempool.\n"
83-
"Or use gettransaction for wallet transactions.\n"
82+
"\nHint: Use gettransaction for wallet transactions.\n"
8483

8584
"\nIf verbose is 'true', returns an Object with information about 'txid'.\n"
8685
"If verbose is 'false' or omitted, returns a string that is serialized, hex-encoded data for 'txid'.\n",

0 commit comments

Comments
 (0)