Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

Commit db72146

Browse files
magik6kStebalien
authored andcommitted
coreapi: test using mock swarm
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
1 parent db9865b commit db72146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dht.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55

66
options "github.com/ipfs/go-ipfs/core/coreapi/interface/options"
77

8-
ma "gx/ipfs/QmWWQ2Txc2c6tqjsBpzg5Ar652cHPGNsQQp2SejkNmkUMb/go-multiaddr"
9-
peer "gx/ipfs/QmZoWKhxUmZ2seW4BzX6fJkNR8hh9PsGModr7q171yq2SS/go-libp2p-peer"
8+
peer "gx/ipfs/QmQsErDt8Qgw1XrsXf2BpEzDgGWtB1YLsTAARBup5b6B9W/go-libp2p-peer"
9+
ma "gx/ipfs/QmYmsdtJ3HsodkePE3eU3TsCaP2YvPZJ4LoXnNkDE5Tpt7/go-multiaddr"
1010
)
1111

1212
// DhtAPI specifies the interface to the DHT

0 commit comments

Comments
 (0)