File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments