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
…tMPupdateTime`
Whenever `account.lastMPupdateTime` is set, we also call
`_updateAccountMP()` before that, which never reverts, so the value set
there will never differ from the ones we set later explicitly.
Closes#80
…tMPupdateTime`
Whenever `account.lastMPupdateTime` is set, we also call
`_updateAccountMP()` before that, which never reverts, so the value set
there will never differ from the ones we set later explicitly.
Closes#80
stake()
Calls _updateAccountMP(address)
staking-reward-streamer/src/RewardsStreamerMP.sol
Line 141 in 4968ad4
Which writes account.lastMPUpdateTime:
staking-reward-streamer/src/RewardsStreamerMP.sol
Line 289 in 4968ad4
later account.lastMPUpdateTime is written again
staking-reward-streamer/src/RewardsStreamerMP.sol
Line 155 in 4968ad4
The same happens for lock()
staking-reward-streamer/src/RewardsStreamerMP.sol
Line 141 in 4968ad4
staking-reward-streamer/src/RewardsStreamerMP.sol
Line 155 in 4968ad4
The text was updated successfully, but these errors were encountered: