From 5404f4c9c378a875c1b1a7e0fc615b5fd5641eb6 Mon Sep 17 00:00:00 2001 From: Tarek Mohamed Abdalla Date: Fri, 4 Oct 2024 14:54:53 +0000 Subject: [PATCH] fix comment --- pallets/parachain-staking/src/migrations.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/parachain-staking/src/migrations.rs b/pallets/parachain-staking/src/migrations.rs index 4c689e451d..fcd7b8a152 100644 --- a/pallets/parachain-staking/src/migrations.rs +++ b/pallets/parachain-staking/src/migrations.rs @@ -55,7 +55,7 @@ impl OnRuntimeUpgrade for MigrateParachainBondConfig { InflationDistributionInfo::::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",