Skip to content

Commit

Permalink
Comments fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed May 30, 2023
1 parent a30bc63 commit d5f4387
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions syncer/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,6 @@ func (s *syncer) Sync(callback func(*types.FullBlock) bool) error {
return nil
}

func (s *syncer) syncerMetricsRun() {

}

// bulkSyncWithPeer syncs block with a given peer
func (s *syncer) bulkSyncWithPeer(peerID peer.ID, newBlockCallback func(*types.FullBlock) bool) (uint64, bool, error) {
localLatest := s.blockchain.Header().Number
Expand Down

0 comments on commit d5f4387

Please sign in to comment.