diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-09-03 22:03:44 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-09-03 22:03:44 +0200 |
| commit | df63e0704aaed8ca4ce89f84586978c0b714ebf8 (patch) | |
| tree | 46a59c67869cdbfcaaa1ec9d1aa904c97eb7987d /src/cryptonote_protocol | |
| parent | 04b120fb398ed1053b1908ecdcdc05d9c6f9027e (diff) | |
| download | monzero-core-df63e0704aaed8ca4ce89f84586978c0b714ebf8.tar.gz monzero-core-df63e0704aaed8ca4ce89f84586978c0b714ebf8.tar.xz monzero-core-df63e0704aaed8ca4ce89f84586978c0b714ebf8.zip | |
fix remaining bitmonero and simplewallet bits
Diffstat (limited to 'src/cryptonote_protocol')
| -rw-r--r-- | src/cryptonote_protocol/cryptonote_protocol_handler.inl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler.inl b/src/cryptonote_protocol/cryptonote_protocol_handler.inl index 81d96d5bf..f16dad281 100644 --- a/src/cryptonote_protocol/cryptonote_protocol_handler.inl +++ b/src/cryptonote_protocol/cryptonote_protocol_handler.inl @@ -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 |
