Skip to content

Commit

Permalink
fix: comments from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoMelo00 committed Sep 20, 2024
1 parent b9c3235 commit 534f285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/ERC20Splitter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ contract ERC20Splitter is ReentrancyGuard {
address tokenAddress = tokenAddresses[i];
uint256 amount = balances[tokenAddress][msg.sender];
withdrawnAmounts[i] = amount;

if (amount == 0) {
continue;
}
Expand Down

0 comments on commit 534f285

Please sign in to comment.