Don't use go-libp2p-core
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package dtypes
|
||||
|
||||
import "github.com/libp2p/go-libp2p-core/peer"
|
||||
import "github.com/libp2p/go-libp2p/core/peer"
|
||||
|
||||
type BootstrapPeers []peer.AddrInfo
|
||||
type DrandBootstrap []peer.AddrInfo
|
||||
|
||||
@@ -3,8 +3,8 @@ package dtypes
|
||||
import (
|
||||
"sync"
|
||||
|
||||
"github.com/libp2p/go-libp2p-core/peer"
|
||||
pubsub "github.com/libp2p/go-libp2p-pubsub"
|
||||
"github.com/libp2p/go-libp2p/core/peer"
|
||||
)
|
||||
|
||||
type ScoreKeeper struct {
|
||||
|
||||
Reference in New Issue
Block a user