Skip to content

Commit d9fbd7c

Browse files
authored
Merge pull request ipfs#74 from ipfs/feat/remove-private
feat: remove Routing.PrivateType
2 parents 1592758 + 61e3a33 commit d9fbd7c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/routing.go

-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ type Routing struct {
66
//
77
// Can be one of "dht", "dhtclient", "dhtserver", "none", or unset.
88
Type string
9-
10-
// PrivateType sets the routing mode for private networks. Can take the
11-
// same values as Type and defaults to Type if unset.
12-
PrivateType string
139
}

0 commit comments

Comments
 (0)