mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
fixed minor bug
This commit is contained in:
parent
a865f08b4e
commit
e8a7a7715e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user