Skip to content

Commit

Permalink
beacon/light/sync: fix typo in comment (ethereum#29256)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicInnovation321 authored and jorgemmsilva committed Jun 17, 2024
1 parent 3e25593 commit f0c5245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon/light/sync/head_sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func TestValidatedHead(t *testing.T) {
ts.AddServer(testServer3, 1)
ts.ServerEvent(EvNewSignedHead, testServer3, testSHead4)
ts.Run(4)
// future period annonced heads should be queued
// future period announced heads should be queued
ht.ExpValidated(t, 4, nil)

chain.SetNextSyncPeriod(2)
Expand Down

0 comments on commit f0c5245

Please sign in to comment.