tidy: unneeded var
This commit is contained in:
parent
c5a2dc86e1
commit
36f9f4c910
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue