Skip to content

Commit

Permalink
Merge 88966ce into a8767da
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Nov 23, 2023
2 parents a8767da + 88966ce commit db14f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/validator/src/validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export class Validator {
await assertEqualGenesis(opts, genesis);
logger.info("Verified connected beacon node and validator have the same genesisValidatorRoot");

const {useProduceBlockV3, valProposerConfig} = opts;
const {useProduceBlockV3 = defaultOptions.useProduceBlockV3, valProposerConfig} = opts;
const defaultBuilderSelection =
valProposerConfig?.defaultConfig.builder?.selection ?? defaultOptions.builderSelection;
const strictFeeRecipientCheck = valProposerConfig?.defaultConfig.strictFeeRecipientCheck ?? false;
Expand Down

0 comments on commit db14f11

Please sign in to comment.