aboutsummaryrefslogtreecommitdiffstats
path: root/les/sync.go
diff options
context:
space:
mode:
Diffstat (limited to 'les/sync.go')
-rw-r--r--les/sync.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/les/sync.go b/les/sync.go
index c0e17f97d..c3d37e2f3 100644
--- a/les/sync.go
+++ b/les/sync.go
@@ -25,11 +25,6 @@ import (
"github.com/ethereum/go-ethereum/light"
)
-const (
- //forceSyncCycle = 10 * time.Second // Time interval to force syncs, even if few peers are available
- minDesiredPeerCount = 5 // Amount of peers desired to start syncing
-)
-
// syncer is responsible for periodically synchronising with the network, both
// downloading hashes and blocks as well as handling the announcement handler.
func (pm *ProtocolManager) syncer() {