Skip to content

Commit

Permalink
Comments fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal authored and Stefan-Ethernal committed Jun 6, 2023
1 parent 2541fdb commit ba3a2d9
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 ba3a2d9

Please sign in to comment.