1
0
mirror of https://github.com/libp2p/go-libp2p-core.git synced 2025-04-11 15:10:21 +08:00

Update event/addrs.go

Co-Authored-By: Raúl Kripalani <raul@protocol.ai>
This commit is contained in:
Aarsh Shah 2020-03-27 00:04:57 +05:30 committed by GitHub
parent 8173af76d1
commit fd1a4d28c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}