Skip to content

Commit

Permalink
Merge branch 'feat/re-add-move-stake' of github.com:opentensor/subten…
Browse files Browse the repository at this point in the history
…sor into feat/re-add-move-stake
  • Loading branch information
gztensor committed Jan 16, 2025
2 parents 8957f3d + c2ff799 commit 6214028
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 6214028

Please sign in to comment.