aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-05-08 19:28:55 +0200
committerMarcoFalke <falke.marco@gmail.com>2017-05-08 19:28:58 +0200
commitf4b15e2de97c4f8cdbb40bef4c9d0ab2807974d9 (patch)
tree0e5e7cf37e7b7d540bf3bf57243e43e1f5e4fbe4 /src/rpc
parent3f57c55dba6ef1fda2bdf6fd9abd8ca7eb6828e4 (diff)
parent3a0a5bc2341ea6a453306f6fe1c065b937294cfb (diff)
downloadbitcoin-f4b15e2de97c4f8cdbb40bef4c9d0ab2807974d9.tar.xz
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')
-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 aec102c9a5..8599795d21 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"