fix: envelop contains a mutex and can't be copied.

This commit is contained in:
Steven Allen 2020-04-24 18:34:03 -07:00
parent 970fe32cba
commit 744b95d7d8

View File

@ -78,5 +78,5 @@ type EvtLocalAddressesUpdated struct {
// 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
SignedPeerRecord *record.Envelope
}