Skip to content

Commit 728dc37

Browse files
authored
More app-friendly event description (#6684)
* More app-friendly event description * change origin -> owner * checked all decl_event! and changed decriptions. * annotated parameter names for remaining events
1 parent 350add1 commit 728dc37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,11 @@ decl_event!(
276276
<T as Trait>::AuthorityId,
277277
IdentificationTuple = IdentificationTuple<T>,
278278
{
279-
/// A new heartbeat was received from `AuthorityId`
279+
/// A new heartbeat was received from `AuthorityId` [authority_id]
280280
HeartbeatReceived(AuthorityId),
281281
/// At the end of the session, no offence was committed.
282282
AllGood,
283-
/// At the end of the session, at least one validator was found to be offline.
283+
/// At the end of the session, at least one validator was found to be [offline].
284284
SomeOffline(Vec<IdentificationTuple>),
285285
}
286286
);

0 commit comments

Comments
 (0)