Skip to content

Commit

Permalink
fix lint by passing graffiti in test to runner
Browse files Browse the repository at this point in the history
  • Loading branch information
y0sher committed Aug 11, 2024
1 parent 9083d78 commit bc9215c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocol/genesis/ssv/testing/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
"github.com/ssvlabs/ssv/protocol/genesis/ssv/runner"
)

var TestingGraffiti = []byte("SSV.test")
var TestingHighestDecidedSlot = phase0.Slot(0)

var AttesterRunner = func(logger *zap.Logger, keySet *spectestingutils.TestKeySet) runner.Runner {
Expand Down Expand Up @@ -120,6 +121,7 @@ var baseRunner = func(logger *zap.Logger, role genesisspectypes.BeaconRole, valC
km,
valCheck,
TestingHighestDecidedSlot,
TestingGraffiti,
)
case genesisspectypes.BNRoleSyncCommittee:
return runner.NewSyncCommitteeRunner(
Expand Down

0 comments on commit bc9215c

Please sign in to comment.