Skip to content

Commit

Permalink
Remove access control on internal functions
Browse files Browse the repository at this point in the history
  • Loading branch information
rya-sge committed Dec 11, 2024
1 parent 3fe09c2 commit 53e12a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ abstract contract RuleConditionalTransferOperator is

function _createTransferRequestWithApproval(
TransferRequestKeyElement memory keyElement_
) internal onlyRole(RULE_CONDITIONAL_TRANSFER_OPERATOR_ROLE) {
) internal {
// WAIT => Will overwrite
// APPROVED => will overwrite previous status with a new delay
// DENIED => will overwrite
Expand Down

0 comments on commit 53e12a6

Please sign in to comment.