Commit d9202f95 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #5037 from ethereum-optimism/jg/typo

Fix typo
parents 7866168c b29b30b0
...@@ -77,7 +77,7 @@ func TestBatchInLastPossibleBlocks(gt *testing.T) { ...@@ -77,7 +77,7 @@ func TestBatchInLastPossibleBlocks(gt *testing.T) {
} }
// 8 L1 blocks with 17 L2 blocks is the unsafe state. // 8 L1 blocks with 17 L2 blocks is the unsafe state.
// Because wew consistently batch submitted we are one epoch behind the unsafe head with the safe head // Because we consistently batch submitted we are one epoch behind the unsafe head with the safe head
verifyChainStateOnSequencer(8, 17, 8, 15, 7) verifyChainStateOnSequencer(8, 17, 8, 15, 7)
// Create the batch for L2 blocks 16 & 17 // Create the batch for L2 blocks 16 & 17
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment