@@ -217,7 +217,6 @@ parameter_types! {
217
217
}
218
218
219
219
impl pallet_subtensor:: Config for Test {
220
- type RuntimeEvent = RuntimeEvent ;
221
220
type RuntimeCall = RuntimeCall ;
222
221
type Currency = Balances ;
223
222
type InitialIssuance = InitialIssuance ;
@@ -318,7 +317,6 @@ impl pallet_crowdloan::Config for Test {
318
317
type PalletId = CrowdloanPalletId ;
319
318
type Currency = Balances ;
320
319
type RuntimeCall = RuntimeCall ;
321
- type RuntimeEvent = RuntimeEvent ;
322
320
type WeightInfo = pallet_crowdloan:: weights:: SubstrateWeight < Test > ;
323
321
type Preimages = Preimage ;
324
322
type MinimumDeposit = MinimumDeposit ;
@@ -395,7 +393,6 @@ parameter_types! {
395
393
}
396
394
397
395
impl pallet_subtensor_swap:: Config for Test {
398
- type RuntimeEvent = RuntimeEvent ;
399
396
type SubnetInfo = SubtensorModule ;
400
397
type BalanceOps = SubtensorModule ;
401
398
type ProtocolId = SwapProtocolId ;
@@ -437,7 +434,6 @@ impl pallet_scheduler::Config for Test {
437
434
438
435
impl pallet_evm_chain_id:: Config for Test { }
439
436
impl pallet_drand:: Config for Test {
440
- type RuntimeEvent = RuntimeEvent ;
441
437
type AuthorityId = TestAuthId ;
442
438
type Verifier = pallet_drand:: verifier:: QuicknetVerifier ;
443
439
type UnsignedPriority = ConstU64 < { 1 << 20 } > ;
@@ -493,7 +489,7 @@ impl<LocalCall> frame_system::offchain::CreateInherent<LocalCall> for Test
493
489
where
494
490
RuntimeCall : From < LocalCall > ,
495
491
{
496
- fn create_inherent ( call : Self :: RuntimeCall ) -> Self :: Extrinsic {
492
+ fn create_bare ( call : Self :: RuntimeCall ) -> Self :: Extrinsic {
497
493
UncheckedExtrinsic :: new_inherent ( call)
498
494
}
499
495
}
0 commit comments