Skip to content

Commit

Permalink
Rephrase comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Oct 19, 2024
1 parent 544fb0f commit 2a17fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/beacon-node/src/execution/builder/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export class ExecutionBuilderHttp implements IExecutionBuilder {

/**
* Determine if SSZ is supported by requesting an SSZ encoded response in the `getHeader` request.
* If the builder responds with a SSZ serialized `SignedBuilderBid` it indicates support for submitting
* the `SignedBlindedBeaconBlock` as SSZ serialized bytes instead of JSON via `submitBlindedBlock`.
* The builder responding with a SSZ serialized `SignedBuilderBid` indicates support to handle the
* `SignedBlindedBeaconBlock` as SSZ serialized bytes instead of JSON when calling `submitBlindedBlock`.
*/
private sszSupported = false;

Expand Down

0 comments on commit 2a17fb1

Please sign in to comment.