Skip to content

Commit

Permalink
comment typo fix
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Flaig <nflaig@protonmail.com>
  • Loading branch information
g11tech and nflaig authored Jan 8, 2024
1 parent bca1d63 commit a543e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/src/api/impl/validator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ export function getValidatorApi({
switch (builderSelection) {
case routes.validator.BuilderSelection.MaxProfit: {
if (
// explicitly handle the two special values mentioned in spec for builder preferred/ engine preffered
// explicitly handle the two special values mentioned in spec for builder preferred / engine preferred
builderBoostFactor !== MAX_BUILDER_BOOST_FACTOR &&
(builderBoostFactor === BigInt(0) ||
blockValueEngine >= (blockValueBuilder * builderBoostFactor) / BigInt(100))
Expand Down

0 comments on commit a543e3c

Please sign in to comment.