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

Merge pull request #124 from jbn/master

Correct path to peer.AddrInfo in deprecation
parents 6c1dc4c8 4533ab8f
......@@ -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