Skip to content

Commit

Permalink
logging Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
n9lsjr committed Jul 16, 2024
1 parent 020963a commit 7ebefc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptonote_core/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2484,7 +2484,7 @@ namespace cryptonote

if (blockTemplate.previousBlockHash != previousBlockHash)
{
logger(Logging::ERROR) << "Local blockchain corruption detected. " << std::endl
logger(logging::ERROR) << "Local blockchain corruption detected. " << std::endl
<< "Block with index " << i << " and hash " << cachedBlock.getBlockHash()
<< " has previous block hash " << blockTemplate.previousBlockHash << ", but parent has hash " << previousBlockHash << "." << std::endl
<< "Please try to repair this issue by starting the node with the option: --rewind " << i << std::endl
Expand Down

0 comments on commit 7ebefc6

Please sign in to comment.