fixed minor bug

This commit is contained in:
Thrilok Kumar 2020-08-03 11:15:56 +05:30
parent a865f08b4e
commit e8a7a7715e

View File

@ -234,7 +234,7 @@ contract OneInchResolverHelpers is OneInchEventResolver {
uint buyAmt = oneInchSwap(oneInchData, ethAmt);
(uint feeAmount, uint leftBuyAmt) = takeFee(
(uint leftBuyAmt, uint feeAmount) = takeFee(
address(_buyAddr),
buyAmt,
oneInchData.feeCollector,