Skip to content

Commit

Permalink
comments to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
apenzk committed Feb 19, 2025
1 parent 0145d4a commit fd946ad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,8 @@ contract MovementStaking is
}
}

/// @notice Whitelist an address to be used as an attester or custodian.
/// @notice Whitelisting means that the address is allowed to stake and unstake
function whitelistAddress(
address addr
) external onlyRole(DEFAULT_ADMIN_ROLE) {
Expand Down

0 comments on commit fd946ad

Please sign in to comment.