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 68e5c1a commit d456421Copy full SHA for d456421
pallets/subtensor/src/tests/children.rs
@@ -1882,7 +1882,7 @@ fn test_get_stake_for_hotkey_on_subnet_edge_cases() {
1882
register_ok_neuron(netuid, child2, coldkey, 0);
1883
1884
// Set above old value of network max stake
1885
- let network_max_stake: u64 = 600_000_000_000_000; // 500_000 TAO
+ let network_max_stake: u64 = 600_000_000_000_000;
1886
1887
// Increase stake to the network max
1888
SubtensorModule::increase_stake_for_hotkey_and_coldkey_on_subnet(
0 commit comments