Skip to content

Commit

Permalink
Comments fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Nov 6, 2023
1 parent 415e050 commit df57c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncer/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type Syncer interface {
HasSyncPeer() bool
// Sync starts routine to sync blocks
Sync(func(*types.FullBlock) bool) error
// Indicates if syncer is syncing with the best peer
// IsSyncing indicates if syncer is syncing with the best peer
IsSyncing() bool
}

Expand Down

0 comments on commit df57c25

Please sign in to comment.