Skip to content

Commit

Permalink
no contributions left on spiritnet
Browse files Browse the repository at this point in the history
  • Loading branch information
weichweich committed Nov 25, 2021
1 parent e343cd7 commit 4b694d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/spiritnet/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl OnRuntimeUpgrade for RemoveCrowdloanContributors {
}

fn on_runtime_upgrade() -> frame_support::weights::Weight {
let entries = 4 + 6142;
let entries = 4;
frame_support::storage::unhashed::kill_prefix(&Twox128::hash(b"CrowdloanContributors"), Some(entries));

<Runtime as frame_system::Config>::DbWeight::get().writes(entries.into())
Expand Down

0 comments on commit 4b694d8

Please sign in to comment.