aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2017-05-08 19:28:55 +0200
committerMarcoFalke <[email protected]>2017-05-08 19:28:58 +0200
commitf4b15e2de97c4f8cdbb40bef4c9d0ab2807974d9 (patch)
tree0e5e7cf37e7b7d540bf3bf57243e43e1f5e4fbe4 /src/rpc/blockchain.cpp
parentMerge #10351: removed unused code in INV message (diff)
parent[doc] Add hint about getmempoolentry to getrawmempool help. (diff)
downloaddiscoin-f4b15e2de97c4f8cdbb40bef4c9d0ab2807974d9.tar.xz
discoin-f4b15e2de97c4f8cdbb40bef4c9d0ab2807974d9.zip
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
Diffstat (limited to 'src/rpc/blockchain.cpp')
-rw-r--r--src/rpc/blockchain.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp
index aec102c9a..8599795d2 100644
--- a/src/rpc/blockchain.cpp
+++ b/src/rpc/blockchain.cpp
@@ -412,6 +412,7 @@ UniValue getrawmempool(const JSONRPCRequest& request)
throw std::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"