Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Picodes committed Apr 24, 2024
1 parent 487d2f8 commit 378a0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tokenWrappers/RadiantTokenWrapper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ contract RadiantMerklTokenWrapper is BaseMerklTokenWrapper {
// Needs an RDNT approval beforehand, this is how mints of coupons are done
if (to == DISTRIBUTOR) {
IERC20(_UNDERLYING).safeTransferFrom(from, address(this), amount);
_mint(from, amount); // These are then transfered to the distributor
_mint(from, amount); // These are then transferred to the distributor
}

// Will be burn right after, to avoid having any token aside from on the distributor
Expand Down

0 comments on commit 378a0be

Please sign in to comment.