Skip to content

Commit

Permalink
fix(RoninTransparentProxy): fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
TuDo1403 committed Oct 18, 2024
1 parent b3a3d22 commit b7ad03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RoninTransparentProxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ contract RoninTransparentProxy is ERC1967Proxy {
}

/**
* @dev To keep this contract fully transparent, all `ifAdmin` functions must be payable. This helper is here to
* @dev To keep this contract fully transparent, all functions for `admin` must be payable. This helper is here to
* emulate some proxy functions being non-payable while still allowing value to pass through.
*/
function _requireZeroValue() private {
Expand Down

0 comments on commit b7ad03e

Please sign in to comment.