mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
Don't require module name in inherents (#6576)
* Start * Cleanup `construct_runtime!` * Add tests * Fix after merge * Update the docs
This commit is contained in:
@@ -60,7 +60,7 @@ pub trait Trait: frame_system::Trait {
|
||||
|
||||
/// The overarching call type.
|
||||
type Call: Parameter + Dispatchable<Origin=Self::Origin, PostInfo=PostDispatchInfo>
|
||||
+ GetDispatchInfo + From<frame_system::Call<Self>> + IsSubType<Module<Self>, Self>
|
||||
+ GetDispatchInfo + From<frame_system::Call<Self>> + IsSubType<Call<Self>>
|
||||
+ IsType<<Self as frame_system::Trait>::Call>;
|
||||
|
||||
/// The currency mechanism.
|
||||
|
||||
Reference in New Issue
Block a user