Skip to content

Commit 0a2635f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/tests/staking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2660,7 +2660,7 @@ fn test_add_stake_limit_fill_or_kill() {
26602660
// add network
26612661
let netuid: u16 = add_dynamic_network(&hotkey_account_id, &coldkey_account_id);
26622662

2663-
// Forse-set alpha in and tao reserve to make price equal 1.5
2663+
// Force-set alpha in and tao reserve to make price equal 1.5
26642664
let tao_reserve: U96F32 = U96F32::from_num(150_000_000_000_u64);
26652665
let alpha_in: U96F32 = U96F32::from_num(100_000_000_000_u64);
26662666
SubnetTAO::<Test>::insert(netuid, tao_reserve.to_num::<u64>());

0 commit comments

Comments
 (0)