Commit 545ed8de authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

op-node: Fix block numbe rin rollup config generation (#3399)

Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent e965517a
...@@ -182,7 +182,7 @@ func makeRollupConfig( ...@@ -182,7 +182,7 @@ func makeRollupConfig(
Genesis: rollup.Genesis{ Genesis: rollup.Genesis{
L1: eth.BlockID{ L1: eth.BlockID{
Hash: l1StartBlock.Hash(), Hash: l1StartBlock.Hash(),
Number: 0, Number: l1StartBlock.NumberU64(),
}, },
L2: eth.BlockID{ L2: eth.BlockID{
Hash: l2Genesis.ToBlock().Hash(), Hash: l2Genesis.ToBlock().Hash(),
......
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