From 378a0be984c9c1faea6c67ecdd4e68a2b7dd66ce Mon Sep 17 00:00:00 2001 From: picodes Date: Wed, 24 Apr 2024 09:46:00 +0200 Subject: [PATCH] typo --- contracts/tokenWrappers/RadiantTokenWrapper.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/tokenWrappers/RadiantTokenWrapper.sol b/contracts/tokenWrappers/RadiantTokenWrapper.sol index 9c5da59..7a96b06 100644 --- a/contracts/tokenWrappers/RadiantTokenWrapper.sol +++ b/contracts/tokenWrappers/RadiantTokenWrapper.sol @@ -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