Skip to content

Commit f0c5245

Browse files
AtomicInnovation321jorgemmsilva
authored andcommitted
beacon/light/sync: fix typo in comment (ethereum#29256)
1 parent 3e25593 commit f0c5245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon/light/sync/head_sync_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func TestValidatedHead(t *testing.T) {
7373
ts.AddServer(testServer3, 1)
7474
ts.ServerEvent(EvNewSignedHead, testServer3, testSHead4)
7575
ts.Run(4)
76-
// future period annonced heads should be queued
76+
// future period announced heads should be queued
7777
ht.ExpValidated(t, 4, nil)
7878

7979
chain.SetNextSyncPeriod(2)

0 commit comments

Comments
 (0)