Skip to content

Commit 3a0a5bc

Browse files
committed
[doc] Add hint about getmempoolentry to getrawmempool help.
1 parent 9c33ffd commit 3a0a5bc

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
@@ -413,6 +413,7 @@ UniValue getrawmempool(const JSONRPCRequest& request)
413413
throw std::runtime_error(
414414
"getrawmempool ( verbose )\n"
415415
"\nReturns all transaction ids in memory pool as a json array of string transaction ids.\n"
416+
"\nHint: use getmempoolentry to fetch a specific transaction from the mempool.\n"
416417
"\nArguments:\n"
417418
"1. verbose (boolean, optional, default=false) True for a json object, false for array of transaction ids\n"
418419
"\nResult: (for verbose = false):\n"

0 commit comments

Comments
 (0)