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.
1 parent 60cd025 commit 059e3dfCopy full SHA for 059e3df
pallets/subtensor/src/staking/stake_utils.rs
@@ -555,6 +555,7 @@ impl<T: Config> Pallet<T> {
555
/// * `netuid` - The unique identifier of the subnet.
556
/// * `amount` - The amount of alpha to be added.
557
///
558
+ #[must_use]
559
pub fn decrease_stake_for_hotkey_and_coldkey_on_subnet(
560
hotkey: &T::AccountId,
561
coldkey: &T::AccountId,
0 commit comments