Skip to content

Commit b978d98

Browse files
authored
Merge pull request #751 from lidofinance/feature/add-future_withdrawals-missing-log
chore(log): add missing log to future_withdrawals
2 parents 5344d88 + 5c6cfd9 commit b978d98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/ejector/ejector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ def _get_total_expected_balance(self, vals_to_exit: list[Validator], blockstamp:
178178
EJECTOR_MAX_WITHDRAWAL_EPOCH.set(withdrawal_epoch)
179179

180180
future_withdrawals = self._get_withdrawable_lido_validators_balance(withdrawal_epoch, blockstamp)
181+
logger.info({'msg': 'Calculate future withdrawals sum.', 'value': future_withdrawals})
181182
future_rewards = (withdrawal_epoch + epochs_to_sweep - blockstamp.ref_epoch) * rewards_speed_per_epoch
182183
logger.info({'msg': 'Calculate future rewards.', 'value': future_rewards})
183184

0 commit comments

Comments
 (0)