mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-11 13:43:29 +01:00
Merge pull request #879
6b08001
simplewallet: mention the background refresh thread when starting (moneromooo-monero)
This commit is contained in:
commit
00fd89a36d
@ -3229,6 +3229,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