Skip to content

Commit 21cf126

Browse files
Update block/internal/syncing/syncer.go
Co-authored-by: Marko <marko@baricevic.me>
1 parent a79c503 commit 21cf126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block/internal/syncing/syncer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func (s *Syncer) syncLoop() {
251251
var nextDARequestAt time.Time
252252

253253
// TODO: we should request to see what the head of the chain is at
254-
// then we know if we are falling behinf or in sync mode
254+
// then we know if we are falling behind or in sync mode
255255
syncLoop:
256256
for {
257257
select {

0 commit comments

Comments
 (0)