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