mirror of
https://github.com/monero-project/monero.git
synced 2025-12-25 12:25:18 -08:00
Fix typo
This commit is contained in:
@@ -246,7 +246,7 @@ t_command_server::t_command_server(
|
||||
m_command_lookup.set_handler(
|
||||
"update"
|
||||
, std::bind(&t_command_parser_executor::update, &m_parser, p::_1)
|
||||
, "subcommands: check (check if an update is available), download (download it is there is), update (not implemented)"
|
||||
, "subcommands: check (check if an update is available), download (download it if there is), update (not implemented)"
|
||||
);
|
||||
m_command_lookup.set_handler(
|
||||
"relay_tx"
|
||||
|
||||
Reference in New Issue
Block a user