diff options
author | MarcoFalke <falke.marco@gmail.com> | 2017-05-08 19:28:55 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-05-08 19:28:58 +0200 |
commit | f4b15e2de97c4f8cdbb40bef4c9d0ab2807974d9 (patch) | |
tree | 0e5e7cf37e7b7d540bf3bf57243e43e1f5e4fbe4 /src | |
parent | 3f57c55dba6ef1fda2bdf6fd9abd8ca7eb6828e4 (diff) | |
parent | 3a0a5bc2341ea6a453306f6fe1c065b937294cfb (diff) |
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')
-rw-r--r-- | src/rpc/blockchain.cpp | 1 |
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" |