Skip to content

Commit

Permalink
Add event Phase::Initialization (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4x3rotab authored Jan 14, 2021
1 parent c2cc7af commit 754b184
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/frame/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,10 @@ pub struct SetCodeWithoutChecksCall<'a, T: System> {
pub enum Phase {
/// Applying an extrinsic.
ApplyExtrinsic(u32),
/// The end.
/// Finalizing the block.
Finalization,
/// Initializing the block.
Initialization,
}

/// An extrinsic completed successfully.
Expand Down

0 comments on commit 754b184

Please sign in to comment.