mirror of
https://github.com/libp2p/go-libp2p-core.git
synced 2026-08-18 15:03:28 +08:00
Use PeerRecord value instead of pointer in EvtLocalPeerRecordUpdated (#113)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user