Skip to content

Commit

Permalink
Update FlowLimit.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy committed Nov 5, 2024
1 parent f150ff1 commit 4d6e804
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/utils/FlowLimit.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ contract FlowLimit is IFlowLimit {

/**
* @notice Internal function to set the flow limit.
* @param flowLimit_ The value to set the flow limit to. Must not be set to `uint256.max`.
* Only the operator can set the flow limit for their own token; however, an incorrect setting
* may result in a denial of service due to potential arithmetic underflow or overflow.
* @param flowLimit_ The value to set the flow limit to.
* @param tokenId The id of the token to set the flow limit for.
*/
function _setFlowLimit(uint256 flowLimit_, bytes32 tokenId) internal {
Expand Down

0 comments on commit 4d6e804

Please sign in to comment.