Skip to content

Commit d456421

Browse files
committed
Fix comment
1 parent 68e5c1a commit d456421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/tests/children.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,7 @@ fn test_get_stake_for_hotkey_on_subnet_edge_cases() {
18821882
register_ok_neuron(netuid, child2, coldkey, 0);
18831883

18841884
// Set above old value of network max stake
1885-
let network_max_stake: u64 = 600_000_000_000_000; // 500_000 TAO
1885+
let network_max_stake: u64 = 600_000_000_000_000;
18861886

18871887
// Increase stake to the network max
18881888
SubtensorModule::increase_stake_for_hotkey_and_coldkey_on_subnet(

0 commit comments

Comments
 (0)