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 4b23bd1 commit 7b9fcf0Copy full SHA for 7b9fcf0
src/lib.rs
@@ -111,7 +111,8 @@ decl_event!(
111
pub enum Event {
112
/// There is an offence reported of the given `kind` happened at the `session_index` and
113
/// (kind-specific) time slot. This event is not deposited for duplicate slashes. last
114
- /// element indicates of the offence was applied (true) or queued (false).
+ /// element indicates of the offence was applied (true) or queued (false)
115
+ /// [kind, timeslot, applied].
116
Offence(Kind, OpaqueTimeSlot, bool),
117
}
118
);
0 commit comments