Skip to content

Commit

Permalink
fixup! Explicitly support all-zero scalar settings
Browse files Browse the repository at this point in the history
  • Loading branch information
karlb committed Oct 9, 2024
1 parent 9b316b9 commit d3b26c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions op-node/rollup/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,6 @@ func (cfg *Config) Check() error {
if cfg.Genesis.SystemConfig.BatcherAddr == (common.Address{}) {
return ErrMissingBatcherAddr
}
if cfg.Genesis.SystemConfig.Scalar == (eth.Bytes32{}) {
// return ErrMissingScalar
}
if cfg.Genesis.SystemConfig.GasLimit == 0 {
return ErrMissingGasLimit
}
Expand Down

0 comments on commit d3b26c5

Please sign in to comment.