Skip to content

Commit

Permalink
Update packages/beacon-node/src/chain/rewards/blockRewards.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Flaig <nflaig@protonmail.com>
  • Loading branch information
ensi321 and nflaig authored Jan 22, 2024
1 parent 550c1be commit 5791e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/src/chain/rewards/blockRewards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function computeSyncAggregateReward(block: altair.BeaconBlock, state: CachedBeac
}
}
/**
* Calculate rewards received by block proposer for include proposer slashings.
* Calculate rewards received by block proposer for including proposer slashings.
* All proposer slashing rewards go to block proposer and none to whistleblower as of Deneb
*/
function computeBlockProposerSlashingReward(
Expand Down

0 comments on commit 5791e0c

Please sign in to comment.