aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-09-03 23:06:05 +0200
committerRiccardo Spagni <ric@spagni.net>2016-09-03 23:06:05 +0200
commitafe3cce7fedf962c01d420151bc86b5e34f88888 (patch)
tree9a224b58e456ad7f1ed596aafb00bcc069b95974 /src/crypto
parentMerge pull request #1039 (diff)
parentfix nigglies, as pointed out by moneromooo-monero (diff)
downloadmonero-afe3cce7fedf962c01d420151bc86b5e34f88888.tar.xz
Merge pull request #1041
011e42f fix nigglies, as pointed out by moneromooo-monero (Riccardo Spagni) df63e07 fix remaining bitmonero and simplewallet bits (Riccardo Spagni) 04b120f fix blockchain utilities readme (Riccardo Spagni) f1d4e4a readme fixes, small Docker fix (Riccardo Spagni) 9a525e0 rename systemd bits to monero (Riccardo Spagni) 011c94c change CMake project name (Riccardo Spagni) 50dc4fb update Dockerfile bitmonero refs (Riccardo Spagni)
Diffstat (limited to '')
-rw-r--r--src/cryptonote_core/cryptonote_core.cpp4
-rw-r--r--src/cryptonote_protocol/cryptonote_protocol_handler.inl2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp
index f5445b48a..c289f297b 100644
--- a/src/cryptonote_core/cryptonote_core.cpp
+++ b/src/cryptonote_core/cryptonote_core.cpp
@@ -280,8 +280,8 @@ namespace cryptonote
{
LOG_PRINT_RED_L0("Found old-style blockchain.bin in " << old_files.string());
LOG_PRINT_RED_L0("Monero now uses a new format. You can either remove blockchain.bin to start syncing");
- LOG_PRINT_RED_L0("the blockchain anew, or use blockchain_export and blockchain_import to convert your");
- LOG_PRINT_RED_L0("existing blockchain.bin to the new format. See README.md for instructions.");
+ LOG_PRINT_RED_L0("the blockchain anew, or use monero-blockchain-export and monero-blockchain-import to");
+ LOG_PRINT_RED_L0("convert your existing blockchain.bin to the new format. See README.md for instructions.");
return false;
}
}
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