Companion for #6500 (decl_module: frame_system as default ident) (#1314)

* Update decl_storage usage with frame_system as default ident.

* More decl_module usage update.

* 'Update substrate'

Co-authored-by: parity-processbot <>
This commit is contained in:
Shaopeng Wang
2020-07-08 19:07:19 +12:00
committed by GitHub
parent 42bd096413
commit c9046d9686
13 changed files with 149 additions and 150 deletions
@@ -62,7 +62,7 @@ decl_error! {
decl_module! {
/// The inclusion inherent module.
pub struct Module<T: Trait> for enum Call where origin: <T as system::Trait>::Origin {
pub struct Module<T: Trait> for enum Call where origin: <T as system::Trait>::Origin, system = system {
type Error = Error<T>;
fn on_initialize() -> Weight {