Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Feb 28, 2025
1 parent cba0696 commit 6b60ba5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ private BlockImportResult importBlockAndState(
LOG.info("Reorg detected. Parent block root: {}", block.getParentRoot());
reorg = true;
} else {
LOG.info("not reorging {} with {}", recentChainData.getBestBlockRoot(), block.toLogString());
reorg = false;
}

Expand Down

0 comments on commit 6b60ba5

Please sign in to comment.