Skip to content

Commit 754b184

Browse files
authored
Add event Phase::Initialization (#215)
1 parent c2cc7af commit 754b184

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/frame/system.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,10 @@ pub struct SetCodeWithoutChecksCall<'a, T: System> {
164164
pub enum Phase {
165165
/// Applying an extrinsic.
166166
ApplyExtrinsic(u32),
167-
/// The end.
167+
/// Finalizing the block.
168168
Finalization,
169+
/// Initializing the block.
170+
Initialization,
169171
}
170172

171173
/// An extrinsic completed successfully.

0 commit comments

Comments
 (0)