Skip to content

Commit c3822c7

Browse files
Update pallets/subtensor/src/staking/remove_stake.rs
Co-authored-by: Cameron Fairchild <[email protected]>
1 parent 0a2635f commit c3822c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/staking/remove_stake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ impl<T: Config> Pallet<T> {
303303
allow_partial,
304304
)?;
305305

306-
// 4. Swap the alpba to tao and update counters for this subnet.
306+
// 4. Swap the alpha to tao and update counters for this subnet.
307307
let fee = DefaultStakingFee::<T>::get();
308308
let tao_unstaked: u64 =
309309
Self::unstake_from_subnet(&hotkey, &coldkey, netuid, possible_alpha, fee);

0 commit comments

Comments
 (0)