mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/mainnet/connectors/euler/euler-import/main.sol
Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
parent
fed7297b60
commit
3c257867e3
|
@ -74,7 +74,7 @@ contract EulerImport is EulerHelpers {
|
|||
|
||||
helper.supplylength = data.supplyTokens.length;
|
||||
helper.borrowlength = data.borrowTokens.length;
|
||||
uint16 enterMarkets = 0;
|
||||
uint16 enterMarketsLength = 0;
|
||||
|
||||
for (uint16 i = 0; i < inputData._enterMarket.length; i++) {
|
||||
if (inputData._enterMarket[i]) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user