mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
beacon/light/sync: fix typo in comment (#29256)
This commit is contained in:
parent
ac6060a4c6
commit
6b3d4d068a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue