mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
added a comment
This commit is contained in:
parent
c83b00129e
commit
f07291fd73
|
@ -116,7 +116,7 @@ contract ImportResolver is Helpers {
|
|||
event LogCompoundImport(address owner, uint percentage, bool isCompound, address[] markets, address[] borrowAddr, uint[] borrowAmt);
|
||||
|
||||
function importAssets(uint toConvert, bool isCompound) external {
|
||||
uint initialBal = sub(liquidityAddr.balance, 10000000000);
|
||||
uint initialBal = sub(liquidityAddr.balance, 10000000000); // subtracting 0.00000001 ETH from initial balance.
|
||||
address[] memory markets = enteredMarkets();
|
||||
address[] memory borrowAddr;
|
||||
uint[] memory borrowAmt;
|
||||
|
|
Loading…
Reference in New Issue
Block a user