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 8742aa7 commit a0e4165Copy full SHA for a0e4165
pallets/subtensor/src/tests/staking.rs
@@ -3695,9 +3695,6 @@ fn test_add_stake_specific_stake_into_subnet_fail() {
3695
// cargo test --package pallet-subtensor --lib -- tests::staking::test_remove_99_999_per_cent_stake_removes_all --exact --show-output
3696
#[test]
3697
fn test_remove_99_9991_per_cent_stake_removes_all() {
3698
- // When we remove stake, the total issuance of the balances pallet should not change
3699
- // this is because the stake should be part of the coldkey account balance (reserved/locked)
3700
- // then the removed stake just becomes free balance
3701
new_test_ext(1).execute_with(|| {
3702
let subnet_owner_coldkey = U256::from(1);
3703
let subnet_owner_hotkey = U256::from(2);
0 commit comments