diff --git a/core/event/addrs.go b/core/event/addrs.go index cb0283522..2de6159e3 100644 --- a/core/event/addrs.go +++ b/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 }