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 0d749c8 commit 5113b04Copy full SHA for 5113b04
pallets/subtensor/src/coinbase/block_emission.rs
@@ -53,7 +53,7 @@ impl<T: Config> Pallet<T> {
53
);
54
55
// Scale down tao_in
56
- tao_in_emission = alpha_price.saturating_mul(float_alpha_block_emission);
+ // tao_in_emission = alpha_price.saturating_mul(float_alpha_block_emission);
57
58
// Set to max alpha_block_emission
59
alpha_in_emission = float_alpha_block_emission;
0 commit comments