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 4bdbd5e commit d3efa8a
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 @@ -66,7 +66,7 @@ export async function computeBlockRewards(
}

/**
* TODO: Calculate rewards received by block proposer for incuding attestations.
* TODO: Calculate rewards received by block proposer for including attestations.
*/
function computeBlockAttestationRewardPhase0(
_block: phase0.BeaconBlock,
Expand Down

0 comments on commit d3efa8a

Please sign in to comment.