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 55203de commit 0a2635fCopy full SHA for 0a2635f
pallets/subtensor/src/tests/staking.rs
@@ -2660,7 +2660,7 @@ fn test_add_stake_limit_fill_or_kill() {
2660
// add network
2661
let netuid: u16 = add_dynamic_network(&hotkey_account_id, &coldkey_account_id);
2662
2663
- // Forse-set alpha in and tao reserve to make price equal 1.5
+ // Force-set alpha in and tao reserve to make price equal 1.5
2664
let tao_reserve: U96F32 = U96F32::from_num(150_000_000_000_u64);
2665
let alpha_in: U96F32 = U96F32::from_num(100_000_000_000_u64);
2666
SubnetTAO::<Test>::insert(netuid, tao_reserve.to_num::<u64>());
0 commit comments