aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum.go b/ethereum.go
index 72d023f5c..98316cf04 100644
--- a/ethereum.go
+++ b/ethereum.go
@@ -72,7 +72,7 @@ func (s *Ethereum) AddPeer(conn net.Conn) {
peer := NewPeer(conn, s, true)
if peer != nil {
- if s.peers.Len() > -1 {
+ if s.peers.Len() > 25 {
log.Println("SEED")
peer.Start(true)
} else {