mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
Fixed deadline
This commit is contained in:
parent
51403c4775
commit
4f4e38b3f7
|
@ -425,7 +425,7 @@ contract UniswapResolver is UniswapLiquidity {
|
||||||
_expectedAmt,
|
_expectedAmt,
|
||||||
paths,
|
paths,
|
||||||
address(this),
|
address(this),
|
||||||
now + 6 hours // TODO - deadline?
|
now + 1
|
||||||
);
|
);
|
||||||
|
|
||||||
uint _sellAmt = _amts[0];
|
uint _sellAmt = _amts[0];
|
||||||
|
@ -483,7 +483,7 @@ contract UniswapResolver is UniswapLiquidity {
|
||||||
_expectedAmt,
|
_expectedAmt,
|
||||||
paths,
|
paths,
|
||||||
address(this),
|
address(this),
|
||||||
now + 6 hours // TODO - deadline?
|
now + 1
|
||||||
);
|
);
|
||||||
|
|
||||||
uint _buyAmt = _amts[1];
|
uint _buyAmt = _amts[1];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user