Update event/addrs.go

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

View File

@ -58,7 +58,7 @@ type UpdatedAddress struct {
//
// In addition to the above, EvtLocalAddressesUpdated also contains the updated peer.PeerRecord
// for the Current set of listen addresses, wrapped in a record.Envelope and signed by the Host's private key.
// This record can be shared with other peers to inform them of our listen addresses in
// This record can be shared with other peers to inform them of what we believe are our diallable addresses
// a secure and authenticated way.
type EvtLocalAddressesUpdated struct {