lidofinance / core

Lido DAO smart contracts
https://lido.fi
GNU General Public License v3.0
382 stars 194 forks source link

Fix/lido fee distribution #717

Closed arwer13 closed 1 year ago

arwer13 commented 1 year ago

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