Added comment

This commit is contained in:
Thrilok Kumar 2019-11-12 03:52:39 +05:30
parent ef2674aaaa
commit b85a9e79da

View File

@ -575,7 +575,7 @@ contract MigrateResolver is MigrateHelper {
//migrate the split cdp. //migrate the split cdp.
newMcdCdp = migrateToMCD(scdMcdMigration, splitCup, payFeeWith); newMcdCdp = migrateToMCD(scdMcdMigration, splitCup, payFeeWith);
} else { } else {
// Check Thrilok - Add for debt // draw extra SAI for paying fee.
drawDebtForFee(scdCup); drawDebtForFee(scdCup);
//migrate the scd cdp. //migrate the scd cdp.
newMcdCdp = migrateToMCD(scdMcdMigration, scdCup, payFeeWith); newMcdCdp = migrateToMCD(scdMcdMigration, scdCup, payFeeWith);