Skip to content

Commit

Permalink
pass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BananaLF committed Nov 6, 2023
1 parent 0a2a3c5 commit 521c93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencesender/sequencesender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func TestSequenceSender_getSequencesToSend(t *testing.T) {
eventLog := event.NewEventLog(event.Config{}, eventStorage)

priv, err := config.NewKeyFromKeystore(cfg.PrivateKey)

require.NoError(t, err)
sequenceSender, err := New(cfg, state_interface, etherman_interface, ethtxman_interface, eventLog, priv)
require.NoError(t, err)
ctx = context.Background()
Expand Down

0 comments on commit 521c93d

Please sign in to comment.