We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From Dedaub audit, item A5:
The name of the function (and its argument) below is slightly misleading: StakeRegistry::_validateOperatorStakeUpdateAtBlockNumber:445
function _validateOperatorStakeUpdateAtBlockNumber( StakeUpdate memory operatorStakeUpdate, uint32 blockNumber ) internal pure { … }
The function is used to validate StakeUpdate entries not just of the operatorStakeHistory mapping but also of the totalStakeHistory mapping.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From Dedaub audit, item A5:
The name of the function (and its argument) below is slightly misleading:
StakeRegistry::_validateOperatorStakeUpdateAtBlockNumber:445
The function is used to validate StakeUpdate entries not just of the operatorStakeHistory mapping but also of the totalStakeHistory mapping.
The text was updated successfully, but these errors were encountered: