We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e62d0 commit bc08dc8Copy full SHA for bc08dc8
pallets/subtensor/tests/migration.rs
@@ -446,7 +446,7 @@ fn test_migrate_commit_reveal_2() {
446
// ------------------------------
447
// Step 1: Simulate Old Storage Entries
448
449
- const MIGRATION_NAME: &str = "migrate_commit_reveal_2";
+ const MIGRATION_NAME: &str = "migrate_commit_reveal_2_v2";
450
451
let pallet_prefix = twox_128("SubtensorModule".as_bytes());
452
let storage_prefix_interval = twox_128("WeightCommitRevealInterval".as_bytes());
0 commit comments