Unverified Commit a14197ce authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #145 from libp2p/fix/by-pointer

fix: envelop contains a mutex and can't be copied.
parents 970fe32c 744b95d7
......@@ -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