diff options
author | Karl-Johan Alm <kalle.alm@gmail.com> | 2017-05-06 12:51:01 +0900 |
---|---|---|
committer | Karl-Johan Alm <kalle.alm@gmail.com> | 2017-05-06 12:51:01 +0900 |
commit | 3a0a5bc2341ea6a453306f6fe1c065b937294cfb (patch) | |
tree | 14070a6d06d532b048fabb4f017b3c44af32efcb /src/rpc | |
parent | 9c33ffd3876401d9e8b2144a5c725b9ece0c175d (diff) |
[doc] Add hint about getmempoolentry to getrawmempool help.
Diffstat (limited to 'src/rpc')
-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 8f446aee65..de0269f9c6 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -413,6 +413,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" |