mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
Fixed typo
This commit is contained in:
parent
cf423ed970
commit
175ebfb20e
|
@ -720,9 +720,9 @@ contract AaveV1Helpers is CompoundHelpers {
|
||||||
uint feeAmt = wmul(amt, fee);
|
uint feeAmt = wmul(amt, fee);
|
||||||
uint _amt = sub(amt, feeAmt);
|
uint _amt = sub(amt, feeAmt);
|
||||||
|
|
||||||
bool isETH = address(token) == getWethAddr();
|
bool isEth = address(token) == getWethAddr();
|
||||||
|
|
||||||
address _token = isETH ? getEthAddr() : address(token);
|
address _token = isEth ? getEthAddr() : address(token);
|
||||||
|
|
||||||
if (isEth) {
|
if (isEth) {
|
||||||
ethAmt = _amt;
|
ethAmt = _amt;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user