Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Jul 29, 2022
1 parent 325ee9c commit 8f68a98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions specs/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ There are two types of data to sign over in the Builder API:
and use the domain specified for beacon block proposals.
* Builder API messages, e.g. validator registration, which should compute the
signing root using [`compute_signing_root`][compute-root] with domain given by
`compute_domain(DOMAIN_APPLICATION_BUILDER)` relative to the genesis fork and
with a zero genesis validators root.
`compute_domain(DOMAIN_APPLICATION_BUILDER, fork_version=None, genesis_validators_root=None)`.
As `compute_signing_root` takes `SSZObject` as input, client software should
convert in-protocol messages to their SSZ representation to compute the signing
root and Builder API messages to the SSZ representations defined
Expand Down

0 comments on commit 8f68a98

Please sign in to comment.