Expose Error in metadata for pallet-utility (#4721)

This commit is contained in:
Bastian Köcher
2020-01-23 14:35:04 +01:00
committed by GitHub
parent 597c0a6c4f
commit 8370b99709
+2
View File
@@ -318,6 +318,8 @@ impl TypeId for IndexedUtilityModuleId {
decl_module! {
pub struct Module<T: Trait> for enum Call where origin: T::Origin {
type Error = Error<T>;
/// Deposit one of this module's events by using the default implementation.
fn deposit_event() = default;