mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor fix
This commit is contained in:
parent
731cb2162d
commit
e6aea751c5
|
@ -1,4 +1,4 @@
|
|||
pragma solidity ^0..0;
|
||||
pragma solidity ^0.7.0;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
/**
|
||||
|
@ -41,7 +41,7 @@ abstract contract AutoRouter is Helpers, Events {
|
|||
_buyAmt: 0
|
||||
});
|
||||
|
||||
swapData = _Swap(swapData, setId);
|
||||
swapData = _swap(swapData, setId);
|
||||
|
||||
_eventName = "LogSwap(address,address,uint256,uint256,uint256,uint256)";
|
||||
_eventParam = abi.encode(buyAddr, sellAddr, swapData._buyAmt, swapData._sellAmt, 0, setId);
|
||||
|
|
Loading…
Reference in New Issue
Block a user