Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
Co-authored-by: NC <adrninistrator1@protonmail.com>
  • Loading branch information
g11tech and ensi321 authored Jan 8, 2024
1 parent 24925f2 commit deaaa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/validator/src/services/validatorStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export class ValidatorStore {
const defaultConfig = valProposerConfig.defaultConfig;
const builderBoostFactor = defaultConfig.builder?.boostFactor ?? defaultOptions.builderBoostFactor;
if (builderBoostFactor > MAX_BUILDER_BOOST_FACTOR) {
throw Error(`Invalid builderBoostFactor=${builderBoostFactor} > MAX_BUILDER_BOOST_FACTOR for defaultConfigc`);
throw Error(`Invalid builderBoostFactor=${builderBoostFactor} > MAX_BUILDER_BOOST_FACTOR for defaultConfig`);
}

this.defaultProposerConfig = {
Expand Down

0 comments on commit deaaa1b

Please sign in to comment.