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:

committed by
Steven Allen

parent
adbc85bf8a
commit
d35dac70f0
@ -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),
|
||||
},
|
||||
|
Reference in New Issue
Block a user