mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 13:13:27 +01:00
Merge pull request #2414
ea016330
updated clarification bc_dyn_stats (Matthew Campassi)5aa2f24b
clarification bc_dyn_stats (Matthew Campassi)
This commit is contained in:
commit
10d60d2524
@ -241,7 +241,7 @@ t_command_server::t_command_server(
|
||||
m_command_lookup.set_handler(
|
||||
"bc_dyn_stats"
|
||||
, std::bind(&t_command_parser_executor::print_blockchain_dynamic_stats, &m_parser, p::_1)
|
||||
, "Print information about current blockchain dynamic state"
|
||||
, "Print information about current blockchain dynamic state, bc_dyn_stats <last n blocks>"
|
||||
);
|
||||
m_command_lookup.set_handler(
|
||||
"update"
|
||||
|
Loading…
Reference in New Issue
Block a user