Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update lib.rs
  • Loading branch information
shawntabrizi committed May 15, 2020
commit bc289a6855ab9fb1b689f9c79902eb0f3aa2a20f
2 changes: 1 addition & 1 deletion frame/system/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ impl<T: Trait> Module<T> {
AllExtrinsicsWeight::kill();
AllExtrinsicsLen::kill();

/// Kill inspectable storage entries in state when `InitKind::Full`.
// Kill inspectable storage entries in state when `InitKind::Full`.
if let InitKind::Full = kind {
<Events<T>>::kill();
EventCount::kill();
Expand Down