Skip to content

Commit c2e6ab7

Browse files
committed
amend comment
1 parent 94d093b commit c2e6ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/coinbase/run_coinbase.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ impl<T: Config> Pallet<T> {
687687
let validator_alpha = if !incentive_sum.is_zero() {
688688
pending_validator_alpha
689689
} else {
690-
// If the incentive is 0, then Alpha Validators get .
690+
// If the incentive is 0, then Alpha Validators get both the server and validator alpha.
691691
pending_validator_alpha.saturating_add(pending_server_alpha)
692692
};
693693
let root_alpha = pending_root_alpha;

0 commit comments

Comments
 (0)