Skip to content

Commit

Permalink
[doc] Add hint about getmempoolentry to getrawmempool help.
Browse files Browse the repository at this point in the history
Github-Pull: #10310
Rebased-From: 3a0a5bc
  • Loading branch information
kallewoof authored and luke-jr committed Jun 5, 2017
1 parent 76f9cf9 commit ff274d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpc/blockchain.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit ff274d3

Please sign in to comment.