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 13bd30b commit f7e9566Copy full SHA for f7e9566
pallets/subtensor/src/tests/coinbase.rs
@@ -70,7 +70,7 @@ fn test_dynamic_function_price_equal_emission() {
70
let expected_alpha_in: u64 =
71
(alpha_block_emission * tao_subnet_emission) / tao_block_emission;
72
close(alpha_in, expected_alpha_in, 10);
73
- close(alpha_out, 2 * alpha_block_emission - expected_alpha_in, 10);
+ close(alpha_out, alpha_block_emission, 10);
74
});
75
}
76
0 commit comments