Browse Source

Update event/addrs.go

Co-Authored-By: Raúl Kripalani <raul@protocol.ai>
pull/1683/head
Aarsh Shah 5 years ago
committed by GitHub
parent
commit
93bcd2ccd1
  1. 2
      core/event/addrs.go

2
core/event/addrs.go

@ -76,7 +76,7 @@ type EvtLocalAddressesUpdated struct {
// This field is only set when Diffs == true.
Removed []UpdatedAddress
// SignedPeerRecord contains the updated peer.PeerRecord for the Current set of listen addresses,
// SignedPeerRecord contains our own updated peer.PeerRecord, listing the addresses enumerated in Current.
// wrapped in a record.Envelope and signed by the Host's private key.
SignedPeerRecord record.Envelope
}

Loading…
Cancel
Save