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.
2 parents 8957f3d + c2ff799 commit 6214028Copy full SHA for 6214028
pallets/subtensor/src/macros/events.rs
@@ -17,7 +17,7 @@ mod events {
17
StakeAdded(T::AccountId, T::AccountId, u64, u64, u16),
18
/// stake has been removed from the hotkey staking account onto the coldkey account.
19
StakeRemoved(T::AccountId, T::AccountId, u64, u64, u16),
20
- /// 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).
21
StakeMoved(T::AccountId, T::AccountId, u16, T::AccountId, u16, u64),
22
/// a caller successfully sets their weights on a subnetwork.
23
WeightsSet(u16, u16),
0 commit comments