Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jan 10, 2025
1 parent c8d462d commit a0de7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/beacon-node/src/api/impl/validator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ type ProduceFullOrBlindedBlockOrContentsRes = {executionPayloadSource: ProducedB
);

/**
* Engine block selection reasons tracked in metrics
* Engine block selection reasons tracked in metrics / logs
*/
export enum EngineBlockSelectionReason {
BuilderDisabled = "builder_disabled",
Expand All @@ -138,7 +138,7 @@ export enum EngineBlockSelectionReason {
}

/**
* Builder block selection reasons tracked in metrics
* Builder block selection reasons tracked in metrics / logs
*/
export enum BuilderBlockSelectionReason {
EngineDisabled = "engine_disabled",
Expand Down

0 comments on commit a0de7d9

Please sign in to comment.