mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
Added comment
This commit is contained in:
parent
ef2674aaaa
commit
b85a9e79da
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user