Skip to content

Commit c2ff799

Browse files
Update pallets/subtensor/src/macros/events.rs
Co-authored-by: Cameron Fairchild <[email protected]>
1 parent 77f0375 commit c2ff799

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)