Skip to content

Commit cdd76d3

Browse files
Le-Caigneczguesmi
andauthored
Update src/RLCOFT.sol
Co-authored-by: Zied Guesmi <[email protected]>
1 parent aa80b7c commit cdd76d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RLCOFT.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ contract RLCOFT is OFTUpgradeable, UUPSUpgradeable, AccessControlDefaultAdminRul
4242
__Pausable_init();
4343
}
4444

45-
function pause() public onlyRole(PAUSER_ROLE) {
45+
function pause() external onlyRole(PAUSER_ROLE) {
4646
_pause();
4747
}
4848

49-
function unpause() public onlyRole(PAUSER_ROLE) {
49+
function unpause() external onlyRole(PAUSER_ROLE) {
5050
_unpause();
5151
}
5252

0 commit comments

Comments
 (0)