Skip to content

Commit 09a2cac

Browse files
committed
add comment to test
1 parent c2598a9 commit 09a2cac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pallets/subtensor/src/tests/coinbase.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3429,6 +3429,7 @@ fn test_coinbase_inject_and_maybe_swap_does_not_skew_reserves() {
34293429

34303430
let tao_in = BTreeMap::from([(netuid0, U96F32::saturating_from_num(123))]);
34313431
let alpha_in = BTreeMap::from([(netuid0, U96F32::saturating_from_num(456))]);
3432+
// We have excess TAO, so we will be swapping with it.
34323433
let excess_tao = BTreeMap::from([(netuid0, U96F32::saturating_from_num(789100))]);
34333434

34343435
// Run the inject and maybe swap

0 commit comments

Comments
 (0)