tidy: unneeded var

This commit is contained in:
Derrick Hammer 2023-07-13 03:47:44 -04:00
parent c5a2dc86e1
commit 36f9f4c910
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 4 deletions

View File

@ -101,10 +101,6 @@ export default abstract class BaseClient {
const curPeriod = startPeriod + i; const curPeriod = startPeriod + i;
const update = updates[i]; const update = updates[i];
const updatePeriod = computeSyncPeriodAtSlot(
update.attestedHeader.beacon.slot,
);
const validOrCommittee = await this.syncUpdateVerifyGetCommittee( const validOrCommittee = await this.syncUpdateVerifyGetCommittee(
startCommittee, startCommittee,
curPeriod, curPeriod,