mirror of
https://github.com/libp2p/go-libp2p-core.git
synced 2025-02-05 05:50:08 +08:00
Use PeerRecord
value instead of pointer in EvtLocalPeerRecordUpdated
(#113)
This commit is contained in:
parent
7b2888dfdb
commit
3f5306c5d4
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user