Skip to content

Commit 6fad8d3

Browse files
authored
Merge pull request #10 from Gearbox-protocol/fix--interface-update
fix: adding credit facade to ca data
2 parents 131f6d3 + 9a22d94 commit 6fad8d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/data/DataCompressor_2_1.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ contract DataCompressorV2_10 is
113113

114114
result.borrower = borrower;
115115
result.creditManager = _creditManager;
116+
result.creditFacade = address(creditFacade);
116117
result.addr = creditAccount;
117118

118119
result.underlying = creditManagerV2.underlying();

0 commit comments

Comments
 (0)