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
06a7687647
commit
38b0b5bf24
|
@ -22,8 +22,8 @@ abstract contract Helpers is DSMath, Basic {
|
|||
CompoundMappingInterface internal constant compMapping = CompoundMappingInterface(0xA8F9D4aA7319C54C04404765117ddBf9448E2082);
|
||||
|
||||
function getMergedCTokens(
|
||||
string[] memory supplyIds,
|
||||
string[] memory borrowIds
|
||||
string[] calldata supplyIds,
|
||||
string[] calldata borrowIds
|
||||
) internal view returns (address[] memory ctokens, bool isBorrow, bool isSupply) {
|
||||
uint _supplyLen = supplyIds.length;
|
||||
uint _borrowLen = borrowIds.length;
|
||||
|
|
Loading…
Reference in New Issue
Block a user