Commit 8389e8c9 authored by EvanJRichard's avatar EvanJRichard

Commit missed hunk editing a comment in dencun_fork_test.

parent 11319443
...@@ -54,7 +54,7 @@ func TestDencunL1Fork(gt *testing.T) { ...@@ -54,7 +54,7 @@ func TestDencunL1Fork(gt *testing.T) {
l1Head = miner.l1Chain.CurrentBlock() l1Head = miner.l1Chain.CurrentBlock()
require.True(t, sd.L1Cfg.Config.IsCancun(l1Head.Number, l1Head.Time), "Cancun active") require.True(t, sd.L1Cfg.Config.IsCancun(l1Head.Number, l1Head.Time), "Cancun active")
//BEFORE MERGE OF PR #7993: Also, add a few blob txs in as dummy data TODO //NEXT THING TO DO AFTER MERGE OF PR #7993: Also, add a few blob txs in as dummy data
// build L2 chain up to and including L2 blocks referencing Cancun L1 blocks // build L2 chain up to and including L2 blocks referencing Cancun L1 blocks
sequencer.ActL1HeadSignal(t) sequencer.ActL1HeadSignal(t)
......
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