Fix typo on CLI online_weight_clear success message (#3405)
This commit is contained in:
parent
e3563a95db
commit
3e7a53192a
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ std::error_code nano::handle_node_options (boost::program_options::variables_map
|
|||
{
|
||||
auto transaction (node.node->store.tx_begin_write ());
|
||||
node.node->store.online_weight.clear (transaction);
|
||||
std::cout << "Onine weight records are removed" << std::endl;
|
||||
std::cout << "Online weight records are removed" << std::endl;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue