Permalink
Browse files

[doc] Add hint about getmempoolentry to getrawmempool help.

Github-Pull: #10310
Rebased-From: 3a0a5bc
  • Loading branch information...
1 parent 76f9cf9 commit ff274d3b00737d9f93c85c0bcff51f1f548354b6 @kallewoof kallewoof committed with luke-jr May 6, 2017
Showing with 1 addition and 0 deletions.
  1. +1 −0 src/rpc/blockchain.cpp
View
@@ -417,6 +417,7 @@ UniValue getrawmempool(const JSONRPCRequest& request)
throw runtime_error(
"getrawmempool ( verbose )\n"
"\nReturns all transaction ids in memory pool as a json array of string transaction ids.\n"
+ "\nHint: use getmempoolentry to fetch a specific transaction from the mempool.\n"
"\nArguments:\n"
"1. verbose (boolean, optional, default=false) True for a json object, false for array of transaction ids\n"
"\nResult: (for verbose = false):\n"

0 comments on commit ff274d3

Please sign in to comment.