Skip to content

Commit

Permalink
Explicitly mention signed_builder_bid under signing (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain authored Aug 8, 2022
1 parent f926585 commit d120059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ There are two types of data to sign over in the Builder API:
* In-protocol messages, e.g. [`BlindedBeaconBlock`](#blindedbeaconblock), which
should compute the signing root using [`compute_signing_root`][compute-root]
and use the domain specified for beacon block proposals.
* Builder API messages, e.g. validator registration, which should compute the
* Builder API messages, e.g. validator registration and signed builder bid, which should compute the
signing root using [`compute_signing_root`][compute-root] with domain given by
`compute_domain(DOMAIN_APPLICATION_BUILDER, fork_version=None, genesis_validators_root=None)`.
As `compute_signing_root` takes `SSZObject` as input, client software should
Expand Down

0 comments on commit d120059

Please sign in to comment.