Skip to content

Commit

Permalink
fix a compilation error introduced in 077a818.
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk committed May 12, 2020
1 parent 077a818 commit 20d6373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/protocol/identify/id.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (ids *IDService) handleProtosChanged(evt event.EvtLocalProtocolsUpdated) {
func (ids *IDService) handleLocalAddrsUpdated(evt event.EvtLocalAddressesUpdated) {
ids.peerrecMu.Lock()
rec := evt.SignedPeerRecord
ids.peerrec = &rec
ids.peerrec = rec
ids.peerrecMu.Unlock()

log.Debug("triggering push based on updated local PeerRecord")
Expand Down

0 comments on commit 20d6373

Please sign in to comment.