Skip to content

Commit e8030b9

Browse files
committed
fix: withdrawable lido validators ids default value
1 parent e76a7b5 commit e8030b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/validators/validators.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class ValidatorsStorageService {
99
protected lastUpdate: number;
1010
protected frameBalances: Record<string, BigNumber>;
1111
protected sweepMeanEpochs: number;
12-
protected withdrawableLidoValidatorIds: string[];
12+
protected withdrawableLidoValidatorIds: string[] = [];
1313

1414
/**
1515
* Get max exit epoch for all validators

0 commit comments

Comments
 (0)