Skip to content

Commit

Permalink
Set default --execution.sequencer.max-revert-gas-reject=0
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Apr 1, 2024
1 parent 69fd6fe commit 7680874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution/gethexec/sequencer.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ type SequencerConfigFetcher func() *SequencerConfig
var DefaultSequencerConfig = SequencerConfig{
Enable: false,
MaxBlockSpeed: time.Millisecond * 250,
MaxRevertGasReject: params.TxGas + 10000,
MaxRevertGasReject: 0,
MaxAcceptableTimestampDelta: time.Hour,
Forwarder: DefaultSequencerForwarderConfig,
QueueSize: 1024,
Expand Down

0 comments on commit 7680874

Please sign in to comment.