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 fa57ef9 commit 79aae1fCopy full SHA for 79aae1f
src/lib.rs
@@ -80,11 +80,11 @@ decl_event!(
80
<T as frame_system::Trait>::AccountId,
81
<T as Trait>::AccountIndex
82
{
83
- /// A account index was assigned. \[who, index\]
+ /// A account index was assigned. \[index, who\]
84
IndexAssigned(AccountId, AccountIndex),
85
/// A account index has been freed up (unassigned). \[index\]
86
IndexFreed(AccountIndex),
87
- /// A account index has been frozen to its current account ID. \[who, index\]
+ /// A account index has been frozen to its current account ID. \[index, who\]
88
IndexFrozen(AccountIndex, AccountId),
89
}
90
);
0 commit comments