To keep backward compatibility Lido.getFeeDistribution must return fee values relative to the total protocol fee (result of Lido.getFee(). Before the fix it returned absolute values the same way as StakingRouter.getStakingFeeAggregateDistributionE4Precision() does
To keep backward compatibility
Lido.getFeeDistribution
must return fee values relative to the total protocol fee (result ofLido.getFee()
. Before the fix it returned absolute values the same way asStakingRouter.getStakingFeeAggregateDistributionE4Precision()
does