removed convert eth condition

This commit is contained in:
Thrilok kumar 2022-09-03 02:00:57 +05:30
parent 3b8aa3f0a1
commit bfe984d5ec

View File

@ -208,8 +208,6 @@ abstract contract Helpers is DSMath, Basic {
amt = bal_ < allowance_ ? bal_ : allowance_;
}
if (src == address(this))
convertEthToWeth(isEth, TokenInterface(token), amt);
return amt;
}