Skip to content

Commit 6bd9068

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 5fddc85 commit 6bd9068

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ decl_event! {
141141
AccountId = <T as frame_system::Trait>::AccountId,
142142
ProxyType = <T as Trait>::ProxyType
143143
{
144-
/// A proxy was executed correctly, with the given result.
144+
/// A proxy was executed correctly, with the given [result].
145145
ProxyExecuted(DispatchResult),
146-
/// Anonymous account (first parameter) has been created by new proxy (second) with given
147-
/// disambiguation index and proxy type.
146+
/// Anonymous account has been created by new proxy with given
147+
/// disambiguation index and proxy type. [anonymous, who, proxy_type, disambiguation_index]
148148
AnonymousCreated(AccountId, AccountId, ProxyType, u16),
149149
}
150150
}

0 commit comments

Comments
 (0)