mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
simplewallet: mention the background refresh thread when starting
It should be less confusing for people who're used to the foreground refresh from earlier versions.
This commit is contained in:
parent
de91bb75a1
commit
6b08001f9e
@ -3151,6 +3151,7 @@ bool simple_wallet::run()
|
||||
{
|
||||
refresh(std::vector<std::string>());
|
||||
}
|
||||
message_writer(epee::log_space::console_color_green, false) << "Background refresh thread started";
|
||||
return m_cmd_binder.run_handling(std::string("[") + tr("wallet") + " " + addr_start + "]: ", "");
|
||||
}
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user