Skip to content

Commit

Permalink
big int for l1 block num in l2 output tx
Browse files Browse the repository at this point in the history
  • Loading branch information
zobront committed Aug 14, 2024
1 parent e57d1f7 commit 9274dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-proposer/proposer/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ func proposeL2OutputTxData(abi *abi.ABI, output *eth.OutputResponse, proof []byt
output.OutputRoot,
new(big.Int).SetUint64(output.BlockRef.Number),
l1BlockHash,
l1BlockNum,
new(big.Int).SetUint64(l1BlockNum),
proof)
}

Expand Down

0 comments on commit 9274dbe

Please sign in to comment.