We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350add1 commit 728dc37Copy full SHA for 728dc37
src/lib.rs
@@ -276,11 +276,11 @@ decl_event!(
276
<T as Trait>::AuthorityId,
277
IdentificationTuple = IdentificationTuple<T>,
278
{
279
- /// A new heartbeat was received from `AuthorityId`
+ /// A new heartbeat was received from `AuthorityId` [authority_id]
280
HeartbeatReceived(AuthorityId),
281
/// At the end of the session, no offence was committed.
282
AllGood,
283
- /// At the end of the session, at least one validator was found to be offline.
+ /// At the end of the session, at least one validator was found to be [offline].
284
SomeOffline(Vec<IdentificationTuple>),
285
}
286
);
0 commit comments