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
+1 -1
View File
@@ -262,7 +262,7 @@ decl_error! {
}
decl_module! {
pub struct Module<T: Trait> for enum Call where origin: T::Origin {
pub struct Module<T: Trait> for enum Call where origin: T::Origin, system = system {
type Error = Error<T>;
fn deposit_event() = default;