Skip to content

Commit

Permalink
return
Browse files Browse the repository at this point in the history
  • Loading branch information
kishansagathiya committed Nov 30, 2021
1 parent a37ba9e commit 6dc5859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dot/network/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ func (s *Service) processMessage(msg peerset.Message) {
peerID := msg.PeerID
if peerID == "" {
logger.Errorf("found empty peer id in peerset message")
return
}
switch msg.Status {
case peerset.Connect:
Expand Down

0 comments on commit 6dc5859

Please sign in to comment.