Skip to content

Commit

Permalink
Update pallets/subtensor/src/tests/children.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Fairchild <cameron@opentensor.ai>
  • Loading branch information
gztensor and camfairchild authored Dec 18, 2024
1 parent 9533a6c commit 0a456ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/subtensor/src/tests/children.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3861,7 +3861,7 @@ fn test_childkey_take_same_coldkey() {
step_block((hotkey_tempo * 2) as u16);

// Verify how emission is split between keys
// - Child stake is not increased
// - Child stake is not increased (child & parent have same owner => no child-take)
// - Parent stake increased by 50% of total emission
// - Nominator stake increased by 50% of total emission
let child_emission = crate::Stake::<Test>::get(child, coldkey);
Expand Down

0 comments on commit 0a456ed

Please sign in to comment.