Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Sep 19, 2023
1 parent 52a0572 commit 6fae306
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ private boolean applyProposerBoost(

if (isBeforeAttestingInterval(millisPerSlot, timeIntoSlotMillis)) {
if (forkChoiceProposerBoostUniquenessEnabled) {
// is_first_block
return transaction.getProposerBoostRoot().isEmpty();
}
return true;
Expand Down

0 comments on commit 6fae306

Please sign in to comment.