Merge remote-tracking branch 'origin/master' into feat/f2-chain

This commit is contained in:
Łukasz Magiera
2019-07-08 12:47:19 +02:00
13 changed files with 362 additions and 4 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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"