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
function reportEther2(uint256 _epoch, uint256 _eth2balance) uses in-block check of the caller: require(msg.sender == getOracle(), "APP_AUTH_FAILED"). For RBAC it's correct to use Aragon's auth modifier. Examples: setWithdrawalCredentials and setDepositIterationLimit.
Effects stay the same.
The text was updated successfully, but these errors were encountered:
function
reportEther2(uint256 _epoch, uint256 _eth2balance)
uses in-block check of the caller:require(msg.sender == getOracle(), "APP_AUTH_FAILED")
. For RBAC it's correct to use Aragon'sauth
modifier. Examples:setWithdrawalCredentials
andsetDepositIterationLimit
.Effects stay the same.
The text was updated successfully, but these errors were encountered: