Skip to content

Commit

Permalink
style: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaaschmidt committed Oct 31, 2024
1 parent 1bee37d commit 25f43d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ contract TlcMigration {
}
// Modifications
sch.lockDuration = migration.newLockDuration;
// ! NOTE: These if case are not used for the current migration date (see above). Please uncomment if you change the
// NOTE: These if case are not accessed using the current migration data (see above). Please uncomment if you change the
// migration data above.
// if (migration.newStart != 0) {
// sch.start = migration.newStart;
Expand Down

0 comments on commit 25f43d9

Please sign in to comment.