Minor fix

This commit is contained in:
Thrilok Kumar 2021-04-22 06:12:08 +05:30
parent 06a7687647
commit 38b0b5bf24

View File

@ -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;