Skip to content

Commit

Permalink
BTFS-1862 add entries to testnet known obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberwalker82 committed Apr 27, 2020
1 parent 58be9de commit fc36b8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ func migrate_6_EnableAutoRelay(cfg *Config) bool {
func migrate_7_Testnet_Bootstrap_node(cfg *Config) bool {
obns := []string{
"52.57.56.230",
"13.59.69.165/tcp/43113",
"13.229.73.63/tcp/38869",
"3.126.51.74/tcp/38131",
}
peers, _ := DefaultTestnetBootstrapPeers()
return doMigrateNodes(cfg, obns, peers)
Expand Down

0 comments on commit fc36b8b

Please sign in to comment.