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>());
|
||||
}
|
||||
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