Skip to content

Commit 30f165b

Browse files
committed
Fix compile
1 parent 89a040d commit 30f165b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/koi/src/migration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fn migrate() -> frame_support::weights::Weight {
6464
maps: &[b"SuperOf", b"SubsOf", b"Registrars"],
6565
}
6666
.remove_all();
67-
w += migration_helper::migrate_identity_of::<pallet_balances::Pallet<Runtime>>();
67+
w += migration_helper::migrate_identity::<pallet_balances::Pallet<Runtime>>();
6868

6969
// frame_support::weights::Weight::zero()
7070
<Runtime as frame_system::Config>::DbWeight::get().reads_writes(2, w)

0 commit comments

Comments
 (0)