Commit 744b95d7 authored by Steven Allen's avatar Steven Allen

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

parent 970fe32c
......@@ -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
}
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