Skip to content

Commit

Permalink
Merge branch 'alan/pre-fork-spec-tests-alignment' of github.com:ssvla…
Browse files Browse the repository at this point in the history
…bs/ssv into alan/pre-fork-spec-tests-alignment
  • Loading branch information
AKorpusenko committed Jul 25, 2024
2 parents c6c2c56 + 22e4eca commit b7776b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network/p2p/p2p_genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ func (p *GenesisP2p) Broadcast(message *genesisspectypes.SSVMessage) error {
}

// Subscribe subscribes to validator subnet
func (n *GenesisP2p) Subscribe(pk spectypes.ValidatorPK) error {
return n.Network.Subscribe(pk)
func (n *GenesisP2p) Subscribe(pk genesisspectypes.ValidatorPK) error {
return n.Network.Subscribe(spectypes.ValidatorPK(pk))
}

0 comments on commit b7776b6

Please sign in to comment.