Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove redundant check in validPercentValue modifier
The validPercentValue modifier had a redundant check for `percent < 0` since the parameter is of type uint256 which cannot be negative. Removed this check to improve code clarity and gas efficiency.
- Loading branch information