Merge pull request #2310

ea996f91 clarification of parameters for print_coinbase_tx_sum (Matthew Campassi)
release-v0.4.0.1
Riccardo Spagni 7 years ago
commit 79a0defad7
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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