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 c2598a9 commit 09a2cacCopy full SHA for 09a2cac
pallets/subtensor/src/tests/coinbase.rs
@@ -3429,6 +3429,7 @@ fn test_coinbase_inject_and_maybe_swap_does_not_skew_reserves() {
3429
3430
let tao_in = BTreeMap::from([(netuid0, U96F32::saturating_from_num(123))]);
3431
let alpha_in = BTreeMap::from([(netuid0, U96F32::saturating_from_num(456))]);
3432
+ // We have excess TAO, so we will be swapping with it.
3433
let excess_tao = BTreeMap::from([(netuid0, U96F32::saturating_from_num(789100))]);
3434
3435
// Run the inject and maybe swap
0 commit comments