Skip to content

Commit

Permalink
comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed May 5, 2022
1 parent 66089b1 commit 4f1b7c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lodestar/src/chain/blocks/importBlock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ export async function importBlock(chain: ImportBlockModules, fullyVerifiedBlock:
const prevFinalizedEpoch = chain.forkChoice.getFinalizedCheckpoint().epoch;
chain.forkChoice.onBlock(block.message, postState, onBlockPrecachedData);

// If this was a merge transition block, it has been successfully imported
// in forkchoice! Its now PoS all the way!!!!
// If this is a merge transition block, it has been successfully
// imported in forkchoice! Its now PoS all the way!!!!
if (onBlockPrecachedData.isMergeTransitionBlock) {
logOnPowBlock(chain, block);
}
Expand Down

0 comments on commit 4f1b7c1

Please sign in to comment.