Skip to content

Commit

Permalink
Add the peers.json back
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSnow committed Apr 24, 2017
1 parent af68fe2 commit 1f440d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/discovery.go
Expand Up @@ -42,7 +42,7 @@ func (d *Discovery) Init(peersFile string, seed string) *Discovery {
d.rng = rand.New(rand.NewSource(time.Now().UnixNano()))
d.peersFilePath = peersFile
d.seedURL = seed
//d.LoadPeers()
d.LoadPeers()
d.DiscoverPeersFromSeed()
return d
}
Expand Down

0 comments on commit 1f440d0

Please sign in to comment.