mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-13 14:43:29 +01: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>());
|
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 + "]: ", "");
|
return m_cmd_binder.run_handling(std::string("[") + tr("wallet") + " " + addr_start + "]: ", "");
|
||||||
}
|
}
|
||||||
//----------------------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user