Skip to content

Commit f4b15e2

Browse files
author
MarcoFalke
committed
Merge #10310: [doc] Add hint about getmempoolentry to getrawmempool help.
3a0a5bc [doc] Add hint about getmempoolentry to getrawmempool help. (Karl-Johan Alm) Tree-SHA512: 8327d7d7ad93296525fbf95b7a824e3525bde84653999f125afd845823eb39e3a03cd39725962ed949aa2b9ad207ecad6d287294fa321ff1a4d7fbd5a4b8560b
2 parents 3f57c55 + 3a0a5bc commit f4b15e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rpc/blockchain.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ UniValue getrawmempool(const JSONRPCRequest& request)
412412
throw std::runtime_error(
413413
"getrawmempool ( verbose )\n"
414414
"\nReturns all transaction ids in memory pool as a json array of string transaction ids.\n"
415+
"\nHint: use getmempoolentry to fetch a specific transaction from the mempool.\n"
415416
"\nArguments:\n"
416417
"1. verbose (boolean, optional, default=false) True for a json object, false for array of transaction ids\n"
417418
"\nResult: (for verbose = false):\n"

0 commit comments

Comments
 (0)