mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 12:00:47 -04:00
fix nigglies, as pointed out by moneromooo-monero
This commit is contained in:
parent
df63e0704a
commit
011e42f337
2 changed files with 4 additions and 9 deletions
|
@ -280,7 +280,7 @@ 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 monero-blockchain-import and monero-blockchain-export to");
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue