Unverified Commit daf715e6 authored by Aarsh Shah's avatar Aarsh Shah Committed by GitHub

Update event/addrs.go

Co-Authored-By: default avatarRaúl Kripalani <raul@protocol.ai>
parent fd1a4d28
...@@ -58,7 +58,7 @@ type UpdatedAddress struct { ...@@ -58,7 +58,7 @@ type UpdatedAddress struct {
// //
// In addition to the above, EvtLocalAddressesUpdated also contains the updated peer.PeerRecord // 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. // 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. // a secure and authenticated way.
type EvtLocalAddressesUpdated struct { type EvtLocalAddressesUpdated struct {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment