Add events for im_online (#3991)

* Add AllGood event for im_online

* Another event just in case.

* Bump runtime
This commit is contained in:
Gavin Wood
2019-11-01 11:07:46 +00:00
committed by GitHub
parent 9de6dea4c3
commit 26f4084f95
6 changed files with 47 additions and 58 deletions
@@ -36,8 +36,7 @@ pub struct CheckedExtrinsic<AccountId, Call, Extra> {
pub function: Call,
}
impl<AccountId, Call, Extra, Origin> traits::Applyable
for
impl<AccountId, Call, Extra, Origin> traits::Applyable for
CheckedExtrinsic<AccountId, Call, Extra>
where
AccountId: Member + MaybeDisplay,