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 843bc88 commit fb053c8Copy full SHA for fb053c8
pallets/subtensor/src/coinbase/run_coinbase.rs
@@ -640,8 +640,7 @@ impl<T: Config> Pallet<T> {
640
log::debug!("incentive_sum: {incentive_sum:?}");
641
642
let pending_validator_alpha = if !incentive_sum.is_zero() {
643
- pending_alpha
644
- .saturating_add(pending_root_alpha)
+ alpha_out
645
.saturating_div(2.into())
646
.saturating_sub(pending_root_alpha)
647
} else {
0 commit comments