mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +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:
@@ -43,7 +43,7 @@ use sp_core::RuntimeDebug;
|
||||
#[cfg(feature = "std")]
|
||||
use serde::{Serialize, Deserialize};
|
||||
|
||||
pub use crate::Origin;
|
||||
use crate::Origin;
|
||||
|
||||
pub trait Trait: frame_system::Trait + configuration::Trait {
|
||||
/// The outer origin type.
|
||||
|
||||
Reference in New Issue
Block a user