Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Jul 3, 2024
1 parent 89a040d commit 30f165b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/koi/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fn migrate() -> frame_support::weights::Weight {
maps: &[b"SuperOf", b"SubsOf", b"Registrars"],
}
.remove_all();
w += migration_helper::migrate_identity_of::<pallet_balances::Pallet<Runtime>>();
w += migration_helper::migrate_identity::<pallet_balances::Pallet<Runtime>>();

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

0 comments on commit 30f165b

Please sign in to comment.