Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1298 from OpenBazaar/remove-duo
Browse files Browse the repository at this point in the history
Remove DuoSearch dead bootstrap node
  • Loading branch information
placer14 committed Nov 29, 2018
2 parents 5e5f0bb + 11347df commit cda68e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions schema/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const (
BootstrapNodeDefault_LeMarcheSerpette = "/ip4/107.170.133.32/tcp/4001/ipfs/QmUZRGLhcKXF1JyuaHgKm23LvqcoMYwtb9jmh8CkP4og3K"
BootstrapNodeDefault_BrixtonVillage = "/ip4/139.59.174.197/tcp/4001/ipfs/QmZfTbnpvPwxCjpCG3CXJ7pfexgkBZ2kgChAiRJrTK1HsM"
BootstrapNodeDefault_Johari = "/ip4/139.59.6.222/tcp/4001/ipfs/QmRDcEDK9gSViAevCHiE6ghkaBCU7rTuQj4BDpmCzRvRYg"
BootstrapNodeDefault_DuoSearch = "/ip4/46.101.198.170/tcp/4001/ipfs/QmePWxsFT9wY3QuukgVDB7XZpqdKhrqJTHTXU7ECLDWJqX"
// End Configuration defaults
)

Expand All @@ -64,7 +63,6 @@ var (
BootstrapNodeDefault_LeMarcheSerpette,
BootstrapNodeDefault_BrixtonVillage,
BootstrapNodeDefault_Johari,
BootstrapNodeDefault_DuoSearch,
}
BootstrapAddressesTestnet = []string{
BootstrapNodeTestnet_BrooklynFlea,
Expand Down

0 comments on commit cda68e2

Please sign in to comment.