diff --git a/event/addrs.go b/event/addrs.go index f260d14..42d3c7d 100644 --- a/event/addrs.go +++ b/event/addrs.go @@ -78,5 +78,5 @@ type EvtLocalAddressesUpdated struct { type EvtLocalPeerRecordUpdated struct { // Record contains the updated peer.PeerRecord, wrapped in a record.Envelope and // signed by the Host's private key. - Record *record.Envelope + Record record.Envelope }