Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
zguesmi committed May 29, 2024
1 parent 1fdd243 commit 8c9e07c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/VoucherHub.sol
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ contract VoucherHub is
* @param amount value to be refunded
*/
function refundVoucher(uint256 amount) external onlyVoucher {
// TODO ?? check if balanceOf(msg.sender) + amount < initialBalance
_mint(msg.sender, amount);
emit VoucherRefunded(msg.sender, amount);
}
Expand Down

0 comments on commit 8c9e07c

Please sign in to comment.