From daf715e657ddc0a661ed4a107f91675eedc18f36 Mon Sep 17 00:00:00 2001 From: Aarsh Shah Date: Fri, 27 Mar 2020 00:05:03 +0530 Subject: [PATCH] Update event/addrs.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Raúl Kripalani --- event/addrs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event/addrs.go b/event/addrs.go index 2de6159..28bc373 100644 --- a/event/addrs.go +++ b/event/addrs.go @@ -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 {