Remove "simple declaration of the Module type" comments (#5944)

* Remove "simple declaration of the `Module` type" comments

* Bump runtime impl version

* Update bin/node/runtime/src/lib.rs

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Wei Tang
2020-05-07 22:10:57 +02:00
committed by GitHub
parent 6a6f2554b4
commit 9ecc1180fc
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ pub trait Trait: frame_system::Trait {
}
decl_module! {
// Simple declaration of the `Module` type. Lets the macro know what it's working on.
/// Sudo module declaration.
pub struct Module<T: Trait> for enum Call where origin: T::Origin {
type Error = Error<T>;