We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa65eff commit db5affeCopy full SHA for db5affe
src/lib.rs
@@ -60,7 +60,7 @@ pub trait Trait: frame_system::Trait {
60
61
/// The overarching call type.
62
type Call: Parameter + Dispatchable<Origin=Self::Origin, PostInfo=PostDispatchInfo>
63
- + GetDispatchInfo + From<frame_system::Call<Self>> + IsSubType<Module<Self>, Self>
+ + GetDispatchInfo + From<frame_system::Call<Self>> + IsSubType<Call<Self>>
64
+ IsType<<Self as frame_system::Trait>::Call>;
65
66
/// The currency mechanism.
0 commit comments