Skip to content
Snippets Groups Projects
Unverified Commit 79535cbf authored by PG Herveou's avatar PG Herveou Committed by GitHub
Browse files

Update polkadot/xcm/xcm-executor/src/traits/controller.rs

parent 582467d9
No related merge requests found
Pipeline #406958 failed with stages
in 3 minutes and 54 seconds
......@@ -31,6 +31,7 @@ pub trait Controller<Origin, RuntimeCall, Timeout>:
ExecuteController<Origin, RuntimeCall> + SendController<Origin> + QueryController<Origin, Timeout>
{
}
impl<T, Origin, RuntimeCall, Timeout> Controller<Origin, RuntimeCall, Timeout> for T where
T: ExecuteController<Origin, RuntimeCall>
+ SendController<Origin>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment