Skip to content

Commit 859ab8f

Browse files
Merge pull request ipfs#33 from JustinDrake/patch-3
Remove clientOnly as per ipfs#26
2 parents 4e5a129 + dd947df commit 859ab8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dht.go

-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ type IpfsDHT struct {
6161
ctx context.Context
6262
proc goprocess.Process
6363

64-
clientOnly bool
65-
6664
strmap map[peer.ID]*messageSender
6765
smlk sync.Mutex
6866
}

0 commit comments

Comments
 (0)