doc: Remove misleading hint in getrawtransaction

This commit is contained in:
MarcoFalke 2019-02-25 23:49:20 -05:00
parent b4fc5257b7
commit fa9ff8fe21
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -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",