Skip to content

Commit

Permalink
removed stream handler (#7142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 authored Mar 19, 2023
1 parent fb00d71 commit 6005bdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/sentinel/sentinel/sentinel.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ func New(

s.handshaker = handshake.New(ctx, cfg.GenesisConfig, cfg.BeaconConfig, host, rule)

// removed IdDelta in recent version of libp2p
host.RemoveStreamHandler("/p2p/id/delta/1.0.0")
s.host = host
s.peers = peers.New(s.host)

Expand Down

0 comments on commit 6005bdd

Please sign in to comment.