Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi committed Aug 7, 2024
1 parent e58d0d0 commit 17e227b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ var TestSequencerConfig = gethexec.SequencerConfig{
MaxBlockSpeed: time.Millisecond * 10,
MaxRevertGasReject: params.TxGas + 10000,
MaxAcceptableTimestampDelta: time.Hour,
SenderWhitelist: "",
SenderWhitelist: []string{},
Forwarder: DefaultTestForwarderConfig,
QueueSize: 128,
QueueTimeout: time.Second * 5,
Expand Down

0 comments on commit 17e227b

Please sign in to comment.