clarification of parameters for print_coinbase_tx_sum

release-v0.4.0.1
Matthew Campassi 7 years ago committed by GitHub
parent 4466b6d1b0
commit ea996f91b5

@ -231,7 +231,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 height, block count)"
, "Print sum of coinbase transactions <start height> [block count]"
);
m_command_lookup.set_handler(
"alt_chain_info"

Loading…
Cancel
Save