Unverified Commit 4533ab8f authored by John B Nelson's avatar John B Nelson Committed by GitHub

Correct path to peer.AddrInfo in deprecation

parent 6c1dc4c8
......@@ -5,7 +5,7 @@ import (
ma "github.com/multiformats/go-multiaddr"
)
// Deprecated: use github.com/libp2p/go-libp2p-core/peer.Info instead.
// Deprecated: use github.com/libp2p/go-libp2p-core/peer.AddrInfo instead.
type PeerInfo = core.AddrInfo
// Deprecated: use github.com/libp2p/go-libp2p-core/peer.ErrInvalidAddr instead.
......
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