mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 17:14:51 -04:00
fix remaining bitmonero and simplewallet bits
This commit is contained in:
parent
04b120fb39
commit
df63e0704a
16 changed files with 22 additions and 22 deletions
|
@ -706,7 +706,7 @@ namespace cryptonote
|
|||
if(m_synchronized.compare_exchange_strong(val_expected, true))
|
||||
{
|
||||
LOG_PRINT_L0(ENDL << "**********************************************************************" << ENDL
|
||||
<< "You are now synchronized with the network. You may now start simplewallet." << ENDL
|
||||
<< "You are now synchronized with the network. You may now start monero-wallet-cli." << ENDL
|
||||
<< ENDL
|
||||
<< "Please note, that the blockchain will be saved only after you quit the daemon with \"exit\" command or if you use \"save\" command." << ENDL
|
||||
<< "Otherwise, you will possibly need to synchronize the blockchain again." << ENDL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue