Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Dec 19, 2024
1 parent 38f04b8 commit 54066f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/BalanceTrackerFixedPrice.sol
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ contract BalanceTrackerFixedPrice {

uint256 localCollectedFees = mapCollectedFees[token];

// TODO Limits
// Check for zero value
if (localCollectedFees == 0) {
revert ZeroValue();
Expand Down

0 comments on commit 54066f7

Please sign in to comment.