mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 19:23:26 -03:00
[doc] Add hint about getmempoolentry to getrawmempool help.
This commit is contained in:
parent
9c33ffd387
commit
3a0a5bc234
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ UniValue getrawmempool(const JSONRPCRequest& request)
|
||||||
throw std::runtime_error(
|
throw std::runtime_error(
|
||||||
"getrawmempool ( verbose )\n"
|
"getrawmempool ( verbose )\n"
|
||||||
"\nReturns all transaction ids in memory pool as a json array of string transaction ids.\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"
|
"\nArguments:\n"
|
||||||
"1. verbose (boolean, optional, default=false) True for a json object, false for array of transaction ids\n"
|
"1. verbose (boolean, optional, default=false) True for a json object, false for array of transaction ids\n"
|
||||||
"\nResult: (for verbose = false):\n"
|
"\nResult: (for verbose = false):\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue