We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffbcf8 commit 486ae65Copy full SHA for 486ae65
contracts/multiwrap/Multiwrap.sol
@@ -235,7 +235,7 @@ contract Multiwrap is
235
/// @dev Transfers an arbitrary ERC20 / ERC721 / ERC1155 token.
236
function transferToken(address _from, address _to, Token memory _token) internal {
237
if(_token.tokenType == TokenType.ERC20) {
238
- CurrencyTransferLib.transferCurrencyWithWrapperAndBalanceCheck(
+ CurrencyTransferLib.transferCurrencyWithWrapper(
239
_token.assetContract,
240
_from,
241
_to,
0 commit comments