Skip to content

Commit fb053c8

Browse files
committed
use alpha out here
1 parent 843bc88 commit fb053c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pallets/subtensor/src/coinbase/run_coinbase.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,8 +640,7 @@ impl<T: Config> Pallet<T> {
640640
log::debug!("incentive_sum: {incentive_sum:?}");
641641

642642
let pending_validator_alpha = if !incentive_sum.is_zero() {
643-
pending_alpha
644-
.saturating_add(pending_root_alpha)
643+
alpha_out
645644
.saturating_div(2.into())
646645
.saturating_sub(pending_root_alpha)
647646
} else {

0 commit comments

Comments
 (0)