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.
2 parents 5b3b24d + 6cc836b commit 659592aCopy full SHA for 659592a
pallets/subtensor/src/coinbase/block_emission.rs
@@ -65,9 +65,7 @@ impl<T: Config> Pallet<T> {
65
}
66
67
// Set Alpha in emission.
68
- let alpha_out_emission = I96F32::from_num(2)
69
- .saturating_mul(float_alpha_block_emission)
70
- .saturating_sub(alpha_in_emission);
+ let alpha_out_emission = float_alpha_block_emission;
71
72
// Log results.
73
log::debug!("{:?} - tao_in_emission: {:?}", netuid, tao_in_emission);
0 commit comments