mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
clarification of parameters for print_coinbase_tx_sum
This commit is contained in:
parent
4466b6d1b0
commit
ea996f91b5
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ t_command_server::t_command_server(
|
||||||
m_command_lookup.set_handler(
|
m_command_lookup.set_handler(
|
||||||
"print_coinbase_tx_sum"
|
"print_coinbase_tx_sum"
|
||||||
, std::bind(&t_command_parser_executor::print_coinbase_tx_sum, &m_parser, p::_1)
|
, std::bind(&t_command_parser_executor::print_coinbase_tx_sum, &m_parser, p::_1)
|
||||||
, "Print sum of coinbase transactions (start height, block count)"
|
, "Print sum of coinbase transactions <start height> [block count]"
|
||||||
);
|
);
|
||||||
m_command_lookup.set_handler(
|
m_command_lookup.set_handler(
|
||||||
"alt_chain_info"
|
"alt_chain_info"
|
||||||
|
|
Loading…
Reference in a new issue