Skip to content

Commit

Permalink
change convert.Role to spectype.RunnerRole in runners
Browse files Browse the repository at this point in the history
  • Loading branch information
guy muroch committed Jul 16, 2024
1 parent 4b4c988 commit c2fc049
Show file tree
Hide file tree
Showing 8 changed files with 304 additions and 310 deletions.
3 changes: 1 addition & 2 deletions protocol/v2/ssv/runner/aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package runner
import (
"crypto/sha256"
"encoding/json"
"github.com/ssvlabs/ssv/exporter/convert"
"time"

"github.com/ssvlabs/ssv/protocol/v2/blockchain/beacon"
Expand Down Expand Up @@ -60,7 +59,7 @@ func NewAggregatorRunner(
operatorSigner: operatorSigner,
valCheck: valCheck,

metrics: metrics.NewConsensusMetrics(convert.RoleAggregator),
metrics: metrics.NewConsensusMetrics(spectypes.RoleAggregator),
}
}

Expand Down
Loading

0 comments on commit c2fc049

Please sign in to comment.