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 6722dca commit ccb23ccCopy full SHA for ccb23cc
pallets/subtensor/src/tests/coinbase.rs
@@ -1080,9 +1080,6 @@ fn test_drain_alpha_childkey_parentkey() {
1080
// Childkey take is 10%
1081
ChildkeyTake::<Test>::insert(child, netuid, u16::MAX / 10);
1082
1083
- let parent_stake_before = SubtensorModule::get_stake_for_hotkey_on_subnet(&parent, netuid);
1084
- let child_stake_before = SubtensorModule::get_stake_for_hotkey_on_subnet(&child, netuid);
1085
-
1086
let pending_alpha = AlphaCurrency::from(1_000_000_000);
1087
SubtensorModule::drain_pending_emission(
1088
netuid,
0 commit comments