Skip to content

Commit

Permalink
Merge pull request #24 from karalabe/merge-interop-spec-sync5
Browse files Browse the repository at this point in the history
eth: disable legacy syncing on the merge interop pr for now
  • Loading branch information
MariusVanDerWijden authored Oct 5, 2021
2 parents a0fe68b + deaa555 commit 1216abb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eth/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ func (cs *chainSyncer) loop() {
defer cs.force.Stop()

for {
if op := cs.nextSyncOp(); op != nil {
cs.startSync(op)
}
//if op := cs.nextSyncOp(); op != nil {
// cs.startSync(op)
//}
select {
case <-cs.peerEventCh:
// Peer information changed, recheck.
Expand Down

0 comments on commit 1216abb

Please sign in to comment.