Browse Source

[doc] Add hint about getmempoolentry to getrawmempool help.

0.15
Karl-Johan Alm 7 years ago
parent
commit
3a0a5bc234
No known key found for this signature in database
GPG Key ID: 5474FBF5227BEFAD
  1. 1
      src/rpc/blockchain.cpp

1
src/rpc/blockchain.cpp

@ -413,6 +413,7 @@ UniValue getrawmempool(const JSONRPCRequest& request) @@ -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"

Loading…
Cancel
Save