Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangminqi committed Dec 29, 2024
1 parent 8be0f13 commit a7230bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/runtime/litentry/src/migration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ where
}

fn on_runtime_upgrade() -> frame_support::weights::Weight {
let on_chain_version = pallet_bounties::Pallet::<T, I>::on_chain_storage_version();
let on_chain_version = pallet_bounties::Pallet::<T>::on_chain_storage_version();

if on_chain_version == 0 {
// Remove the old `StorageVersion` type.
Expand Down

0 comments on commit a7230bb

Please sign in to comment.