Skip to content

Commit 08e62d0

Browse files
committed
bump migration version
1 parent 93c3f9c commit 08e62d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/migrations/migrate_commit_reveal_v2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use scale_info::prelude::string::String;
55
use sp_io::{hashing::twox_128, storage::clear_prefix, KillStorageResult};
66

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

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

0 commit comments

Comments
 (0)