Skip to content

Commit

Permalink
(state-trie-migration) adapt paritytech/polkadot-sdk#1801 (RuntimeHol…
Browse files Browse the repository at this point in the history
…dReason)
  • Loading branch information
bkontur committed Feb 19, 2024
1 parent 630d58f commit 79b80e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions relay/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,7 @@ parameter_types! {
impl pallet_state_trie_migration::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type Currency = Balances;
type RuntimeHoldReason = RuntimeHoldReason;
type SignedDepositPerItem = MigrationSignedDepositPerItem;
type SignedDepositBase = MigrationSignedDepositBase;
type ControlOrigin = EnsureRoot<AccountId>;
Expand Down Expand Up @@ -2740,8 +2741,6 @@ mod init_state_migration {
use super::Runtime;
use frame_support::traits::OnRuntimeUpgrade;
use pallet_state_trie_migration::{AutoLimits, MigrationLimits, MigrationProcess};
#[cfg(not(feature = "std"))]
use sp_std::prelude::*;

/// Initialize an automatic migration process.
pub struct InitMigrate;
Expand Down

0 comments on commit 79b80e1

Please sign in to comment.