Skip to content

Commit

Permalink
Put back what got deleted from xcm-simulator-example
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed Dec 14, 2023
1 parent 6556e06 commit ddb2ea8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions polkadot/xcm/xcm-simulator/example/src/relay_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@ impl pallet_xcm::Config for Runtime {
type AdminOrigin = EnsureRoot<AccountId>;
}

parameter_types! {
pub const FirstMessageFactorPercent: u64 = 100;
}

impl origin::Config for Runtime {}

type Block = frame_system::mocking::MockBlock<Runtime>;
Expand Down

0 comments on commit ddb2ea8

Please sign in to comment.