1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-26 04:26:07 +08:00

Cleanup core package

License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
Łukasz Magiera
2019-04-03 03:44:32 +02:00
committed by Steven Allen
parent adbc85bf8a
commit d35dac70f0
24 changed files with 1319 additions and 1215 deletions

View File

@ -8,6 +8,7 @@ import (
"path/filepath"
"testing"
"github.com/ipfs/go-ipfs/core/bootstrap"
"github.com/ipfs/go-ipfs/filestore"
"github.com/ipfs/go-ipfs/core"
@ -101,7 +102,7 @@ func (NodeProvider) MakeAPISwarm(ctx context.Context, fullIdentity bool, n int)
return nil, err
}
bsinf := core.BootstrapConfigWithPeers(
bsinf := bootstrap.BootstrapConfigWithPeers(
[]pstore.PeerInfo{
nodes[0].Peerstore.PeerInfo(nodes[0].Identity),
},