Skip to content

Commit 2d20f82

Browse files
authored
Don't require module name in inherents (#6576)
* Start * Cleanup `construct_runtime!` * Add tests * Fix after merge * Update the docs
1 parent 4b8acdc commit 2d20f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ pub trait Trait: frame_system::Trait + SendTransactionTypes<Call<Self>> {
894894
type ElectionLookahead: Get<Self::BlockNumber>;
895895

896896
/// The overarching call type.
897-
type Call: Dispatchable + From<Call<Self>> + IsSubType<Module<Self>, Self> + Clone;
897+
type Call: Dispatchable + From<Call<Self>> + IsSubType<Call<Self>> + Clone;
898898

899899
/// Maximum number of balancing iterations to run in the offchain submission.
900900
///

0 commit comments

Comments
 (0)