Skip to content

Commit 6214028

Browse files
committed
Merge branch 'feat/re-add-move-stake' of github.com:opentensor/subtensor into feat/re-add-move-stake
2 parents 8957f3d + c2ff799 commit 6214028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/macros/events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mod events {
1717
StakeAdded(T::AccountId, T::AccountId, u64, u64, u16),
1818
/// stake has been removed from the hotkey staking account onto the coldkey account.
1919
StakeRemoved(T::AccountId, T::AccountId, u64, u64, u16),
20-
/// stake has been moved from origin (hotkey, subnet ID) to destination (hotkey, subnet ID).
20+
/// stake has been moved from origin (hotkey, subnet ID) to destination (hotkey, subnet ID) of this amount (in TAO).
2121
StakeMoved(T::AccountId, T::AccountId, u16, T::AccountId, u16, u64),
2222
/// a caller successfully sets their weights on a subnetwork.
2323
WeightsSet(u16, u16),

0 commit comments

Comments
 (0)