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_core/cryptonote_core.cpp | |
| 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_core/cryptonote_core.cpp')
| -rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index f5445b48a..7a4feeac4 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-import and monero-blockchain-export to"); + LOG_PRINT_RED_L0("convert your existing blockchain.bin to the new format. See README.md for instructions."); return false; } } |
