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 94d093b commit c2e6ab7Copy full SHA for c2e6ab7
pallets/subtensor/src/coinbase/run_coinbase.rs
@@ -687,7 +687,7 @@ impl<T: Config> Pallet<T> {
687
let validator_alpha = if !incentive_sum.is_zero() {
688
pending_validator_alpha
689
} else {
690
- // If the incentive is 0, then Alpha Validators get .
+ // If the incentive is 0, then Alpha Validators get both the server and validator alpha.
691
pending_validator_alpha.saturating_add(pending_server_alpha)
692
};
693
let root_alpha = pending_root_alpha;
0 commit comments