Skip to content

Commit 074916e

Browse files
committed
update doc
1 parent d38f635 commit 074916e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pallets/admin-utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ pub mod pallet {
14151415
T::Grandpa::schedule_change(next_authorities, in_blocks, forced)
14161416
}
14171417

1418-
/// Enables or disables all stake moving related extrinsics for a given subnet.
1418+
/// Enable or disable atomic alpha transfers for a given subnet.
14191419
///
14201420
/// # Parameters
14211421
/// - `origin`: The origin of the call, which must be the root account or subnet owner.

pallets/subtensor/src/staking/move_stake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ impl<T: Config> Pallet<T> {
7272
Ok(())
7373
}
7474

75-
/// Toggles the stake moving functionality for a specific subnet.
75+
/// Toggles the atomic alpha transfers for a specific subnet.
7676
///
7777
/// # Arguments
7878
/// * `netuid` - The network ID (subnet) for which the transfer functionality is being toggled.

0 commit comments

Comments
 (0)