Skip to content

Commit

Permalink
Update migration.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
PolkadotDom committed Jan 10, 2025
1 parent 5e7a539 commit 73536d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/salary/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ pub mod v1 {
}

/// [`UncheckedOnRuntimeUpgrade`] implementation [`MigrateToV1`](v1::MigrateToV1) wrapped in a
/// [`VersionedMigration`](frame::deps::frame_support::migrations::VersionedMigration), which ensures that:
/// [`VersionedMigration`], which ensures that:
/// - The migration only runs once when the on-chain storage version is 0
/// - The on-chain storage version is updated to `1` after the migration executes
/// - Reads/Writes from checking/settings the on-chain storage version are accounted for
Expand Down

0 comments on commit 73536d9

Please sign in to comment.