Skip to content

Commit

Permalink
Fixes typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale committed Mar 18, 2022
1 parent d4c4075 commit 24bcd25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private void validateNewSuperblocks(long fromBlock, long toBlock) throws Excepti
BigInteger height = ethWrapper.getSuperblockHeight(newSuperblock.superblockId);
Superblock localSuperblock = superblockchain.getSuperblockByHeight(height.longValue());
if (localSuperblock == null) {
//FIXME: Local superbockchain might be out of sync
//FIXME: Local superblockchain might be out of sync
log.info("Superblock {} not present in our superblock chain", newSuperblock.superblockId);
} else {
log.info("Superblock {} at height {} is replaced by {} in our superblock chain",
Expand Down

0 comments on commit 24bcd25

Please sign in to comment.