Skip to content

Commit

Permalink
Update pallets/subtensor/src/macros/events.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Fairchild <[email protected]>
  • Loading branch information
gztensor and camfairchild authored Jan 16, 2025
1 parent 77f0375 commit c2ff799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/subtensor/src/macros/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mod events {
StakeAdded(T::AccountId, T::AccountId, u64, u64, u16),
/// stake has been removed from the hotkey staking account onto the coldkey account.
StakeRemoved(T::AccountId, T::AccountId, u64, u64, u16),
/// stake has been moved from origin (hotkey, subnet ID) to destination (hotkey, subnet ID).
/// stake has been moved from origin (hotkey, subnet ID) to destination (hotkey, subnet ID) of this amount (in TAO).
StakeMoved(T::AccountId, T::AccountId, u16, T::AccountId, u16, u64),
/// a caller successfully sets their weights on a subnetwork.
WeightsSet(u16, u16),
Expand Down

0 comments on commit c2ff799

Please sign in to comment.