We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe63370 commit 59f3594Copy full SHA for 59f3594
contracts/migration/AccountMigratorPreviewer.sol
@@ -221,6 +221,7 @@ contract AccountMigratorPreviewer is IAccountMigratorPreviewer {
221
== ICreditManagerV3(result.migrationParams.targetCreditManager).underlying()
222
) {
223
result.migrationParams.targetBorrowAmount = debtAmount * 100005 / 100000;
224
+ result.expectedUnderlyingDust = result.migrationParams.targetBorrowAmount - debtAmount;
225
return;
226
}
227
0 commit comments