diff options
| author | Karl-Johan Alm <[email protected]> | 2017-05-06 12:51:01 +0900 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2017-06-05 22:58:53 +0000 |
| commit | ff274d3b00737d9f93c85c0bcff51f1f548354b6 (patch) | |
| tree | 8acf3028df9326aa045543eb4715dfcecf25dbeb /src/rpc/blockchain.cpp | |
| parent | contrib: Update location of seeds.txt (diff) | |
| download | discoin-ff274d3b00737d9f93c85c0bcff51f1f548354b6.tar.xz discoin-ff274d3b00737d9f93c85c0bcff51f1f548354b6.zip | |
[doc] Add hint about getmempoolentry to getrawmempool help.
Github-Pull: #10310
Rebased-From: 3a0a5bc2341ea6a453306f6fe1c065b937294cfb
Diffstat (limited to 'src/rpc/blockchain.cpp')
| -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 6080650f8..fd8f52a5c 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -417,6 +417,7 @@ UniValue getrawmempool(const JSONRPCRequest& request) throw 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" |