Skip to content

Commit

Permalink
use 0x10000001 as DomainType
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed May 10, 2022
1 parent f416898 commit bfcc758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,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] and the domain
`DomainType('0xXXXXXXXX')` (TODO: get a proper domain).
`DomainType('0x10000001')`.
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 bfcc758

Please sign in to comment.