We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76a7b5 commit e8030b9Copy full SHA for e8030b9
src/storage/validators/validators.service.ts
@@ -9,7 +9,7 @@ export class ValidatorsStorageService {
9
protected lastUpdate: number;
10
protected frameBalances: Record<string, BigNumber>;
11
protected sweepMeanEpochs: number;
12
- protected withdrawableLidoValidatorIds: string[];
+ protected withdrawableLidoValidatorIds: string[] = [];
13
14
/**
15
* Get max exit epoch for all validators
0 commit comments