Merge remote-tracking branch 'origin/master' into feat/f2-chain
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ import (
|
||||
// can't really be identified by the returned type
|
||||
type special struct{ id int }
|
||||
|
||||
// nolint
|
||||
//nolint:golint
|
||||
var (
|
||||
DefaultTransportsKey = special{0} // Libp2p option
|
||||
PNetKey = special{1} // Option + multiret
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
|
||||
logging "github.com/ipfs/go-log"
|
||||
"github.com/libp2p/go-libp2p"
|
||||
"github.com/libp2p/go-libp2p-connmgr"
|
||||
connmgr "github.com/libp2p/go-libp2p-connmgr"
|
||||
"github.com/libp2p/go-libp2p-core/crypto"
|
||||
"github.com/libp2p/go-libp2p-core/peer"
|
||||
"github.com/libp2p/go-libp2p-core/peerstore"
|
||||
|
||||
Reference in New Issue
Block a user