Skip to content

Commit

Permalink
bump migration version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnReedV committed Oct 31, 2024
1 parent 93c3f9c commit 08e62d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use scale_info::prelude::string::String;
use sp_io::{hashing::twox_128, storage::clear_prefix, KillStorageResult};

pub fn migrate_commit_reveal_2<T: Config>() -> Weight {
let migration_name = b"migrate_commit_reveal_2".to_vec();
let migration_name = b"migrate_commit_reveal_2_v2".to_vec();
let mut weight = T::DbWeight::get().reads(1);

if HasMigrationRun::<T>::get(&migration_name) {
Expand Down

0 comments on commit 08e62d0

Please sign in to comment.