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 4b8acdc commit 2d20f82Copy full SHA for 2d20f82
src/lib.rs
@@ -894,7 +894,7 @@ pub trait Trait: frame_system::Trait + SendTransactionTypes<Call<Self>> {
894
type ElectionLookahead: Get<Self::BlockNumber>;
895
896
/// The overarching call type.
897
- type Call: Dispatchable + From<Call<Self>> + IsSubType<Module<Self>, Self> + Clone;
+ type Call: Dispatchable + From<Call<Self>> + IsSubType<Call<Self>> + Clone;
898
899
/// Maximum number of balancing iterations to run in the offchain submission.
900
///
0 commit comments