Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Oct 5, 2024
1 parent 3edbe6c commit 5176478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/protocol/contracts/common/FeeHandler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ contract FeeHandler is
address celoToken = getCeloTokenAddress();
if (tokenAddress != celoToken) {
_sell(tokenAddress);
_distribute(tokenAddress);
}
_handleCelo();
}
Expand Down

0 comments on commit 5176478

Please sign in to comment.