You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
handleOracleReport(uint256 _beaconValidators, uint256 _beaconBalance) sets BEACON_BALANCE_POSITION and BEACON_VALIDATORS_POSITION slot but don't emit events on this changes
in case of negative rebase it will update storage, but won't emit any events at all.
handleOracleReport(uint256 _beaconValidators, uint256 _beaconBalance) sets
BEACON_BALANCE_POSITION
andBEACON_VALIDATORS_POSITION
slot but don't emit events on this changesin case of negative rebase it will update storage, but won't emit any events at all.
https://github.com/lidofinance/lido-dao/blob/08436ce13d67501fa723169c1dc69fe47b90cde4/contracts/0.4.24/Lido.sol#L487-L488
The text was updated successfully, but these errors were encountered: