mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-13 06:01:45 +00:00
Merge pull request #7118
b212f94 Describe maxmempool and mempoolminfee in the getmempoolinfo RPC help. (Pavel Janík)
This commit is contained in:
commit
8e598dc4ea
@ -797,9 +797,11 @@ UniValue getmempoolinfo(const UniValue& params, bool fHelp)
|
|||||||
"\nReturns details on the active state of the TX memory pool.\n"
|
"\nReturns details on the active state of the TX memory pool.\n"
|
||||||
"\nResult:\n"
|
"\nResult:\n"
|
||||||
"{\n"
|
"{\n"
|
||||||
" \"size\": xxxxx (numeric) Current tx count\n"
|
" \"size\": xxxxx, (numeric) Current tx count\n"
|
||||||
" \"bytes\": xxxxx (numeric) Sum of all tx sizes\n"
|
" \"bytes\": xxxxx, (numeric) Sum of all tx sizes\n"
|
||||||
" \"usage\": xxxxx (numeric) Total memory usage for the mempool\n"
|
" \"usage\": xxxxx, (numeric) Total memory usage for the mempool\n"
|
||||||
|
" \"maxmempool\": xxxxx, (numeric) Maximum memory usage for the mempool\n"
|
||||||
|
" \"mempoolminfee\": xxxxx (numeric) Minimum fee for tx to be accepted\n"
|
||||||
"}\n"
|
"}\n"
|
||||||
"\nExamples:\n"
|
"\nExamples:\n"
|
||||||
+ HelpExampleCli("getmempoolinfo", "")
|
+ HelpExampleCli("getmempoolinfo", "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user