mirror of
https://github.com/monero-project/monero.git
synced 2025-12-27 21:23:46 -08:00
changed params from start/end index to height/count
This commit is contained in:
@@ -218,7 +218,7 @@ t_command_server::t_command_server(
|
||||
m_command_lookup.set_handler(
|
||||
"print_coinbase_tx_sum"
|
||||
, std::bind(&t_command_parser_executor::print_coinbase_tx_sum, &m_parser, p::_1)
|
||||
, "Print sum of coinbase transactions (start index, end index)"
|
||||
, "Print sum of coinbase transactions (start height, block count)"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user