mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Registrar v1 follow-ups (#1786)
* parachains: use the root origin for mock * registrar: notify the router module about the cleanup * add missing call to schedule_para_cleanup
This commit is contained in:
@@ -30,7 +30,7 @@ use frame_support::{
|
||||
weights::Weight, traits::Randomness as RandomnessT,
|
||||
};
|
||||
use crate::inclusion;
|
||||
use crate::paras;
|
||||
use crate as parachains;
|
||||
|
||||
/// A test runtime struct.
|
||||
#[derive(Clone, Eq, PartialEq)]
|
||||
@@ -38,7 +38,7 @@ pub struct Test;
|
||||
|
||||
impl_outer_origin! {
|
||||
pub enum Origin for Test {
|
||||
paras
|
||||
parachains
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user