Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
muharem committed Feb 11, 2025
1 parent 9160125 commit 5806d8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pallets/rc-migrator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ pub enum MigrationStage<AccountId, BlockNumber, BagsListScore, AccountIndex, Vot
block_number: BlockNumber,
},
/// The migration is initializing.
///
/// This stage involves waiting for the notification from the Asset Hub that it is ready to
/// receive the migration data.
Initializing,
/// Initializing the account migration process.
AccountsMigrationInit,
Expand Down

0 comments on commit 5806d8c

Please sign in to comment.