Skip to content

Commit

Permalink
use the store to set proposer boost
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Sep 19, 2023
1 parent 6fae306 commit 0e6e37d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ private boolean applyProposerBoost(
if (isBeforeAttestingInterval(millisPerSlot, timeIntoSlotMillis)) {
if (forkChoiceProposerBoostUniquenessEnabled) {
// is_first_block
return transaction.getProposerBoostRoot().isEmpty();
return recentChainData.getStore().getProposerBoostRoot().isEmpty();
}
return true;
}
Expand Down

0 comments on commit 0e6e37d

Please sign in to comment.