Skip to content

Commit 7b9fcf0

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 4b23bd1 commit 7b9fcf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ decl_event!(
111111
pub enum Event {
112112
/// There is an offence reported of the given `kind` happened at the `session_index` and
113113
/// (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).
114+
/// element indicates of the offence was applied (true) or queued (false)
115+
/// [kind, timeslot, applied].
115116
Offence(Kind, OpaqueTimeSlot, bool),
116117
}
117118
);

0 commit comments

Comments
 (0)