beacon/light/sync: fix typo

This commit is contained in:
bitcoin-lightning 2024-03-14 12:06:16 +08:00 committed by GitHub
parent 3c26ffeb29
commit 65a6ac4e49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)