Skip to content

Commit

Permalink
Merge 5cd1676 into b6890ad
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Feb 7, 2024
2 parents b6890ad + 5cd1676 commit f71bae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/validator/src/services/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export class BlockProposingService {
blindedLocal,
builderBoostFactor,
});
ApiError.assert(res, "Failed to produce block: validator.produceBlockV2");
ApiError.assert(res, "Failed to produce block: validator.produceBlockV3");
const {response} = res;

const debugLogCtx = {
Expand Down

0 comments on commit f71bae0

Please sign in to comment.