Refact proposal pallet (#2322)

* Refact proposal pallet

* Update runtime/rococo/src/propose_parachain.rs

Co-authored-by: Andronik Ordian <write@reusable.software>

* Fix

* Apply suggestions from code review

Co-authored-by: Andronik Ordian <write@reusable.software>

* AHH

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
Co-authored-by: Andronik Ordian <write@reusable.software>
Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
Ricardo Rius
2021-01-26 08:16:44 -06:00
committed by GitHub
parent 3fcf51ee6f
commit 52d351c256
3 changed files with 177 additions and 150 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ construct_runtime! {
Sudo: pallet_sudo::{Module, Call, Storage, Event<T>, Config<T>},
// Propose parachain pallet.
ProposeParachain: propose_parachain::{Module, Call, Storage, Event},
ProposeParachain: propose_parachain::{Module, Call, Storage, Event<T>},
}
}