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
e22b0bff0c
commit
04ce903075
|
@ -28,4 +28,5 @@ abstract contract Helpers is Stores, Basic {
|
||||||
_tokenContract = TokenInterface(_tokenAddress);
|
_tokenContract = TokenInterface(_tokenAddress);
|
||||||
if (_amt == uint256(-1)) _amt = _tokenContract.balanceOf(address(this));
|
if (_amt == uint256(-1)) _amt = _tokenContract.balanceOf(address(this));
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user