Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Oct 4, 2024
1 parent daae46c commit 5404f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/parachain-staking/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl<T: Config> OnRuntimeUpgrade for MigrateParachainBondConfig<T> {

InflationDistributionInfo::<T>::put(configs);

// Remove storage value AssetManager::SupportedFeePaymentAssets
// Remove storage value ParachainStaking::ParachainBondInfo
frame_support::storage::unhashed::kill(&frame_support::storage::storage_prefix(
b"ParachainStaking",
b"ParachainBondInfo",
Expand Down

0 comments on commit 5404f4c

Please sign in to comment.