Skip to content

Commit f997c49

Browse files
authored
clarify builder signing domain (#39)
* clarify builder signing domain * address review comments
1 parent 94df9ba commit f997c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ There are two types of data to sign over in the Builder API:
135135
and use the domain specified for beacon block proposals.
136136
* Builder API messages, e.g. validator registration, which should compute the
137137
signing root using [`compute_signing_root`][compute-root] with domain given by
138-
`compute_domain(DOMAIN_APPLICATION_BUILDER)`.
138+
`compute_domain(DOMAIN_APPLICATION_BUILDER, fork_version=None, genesis_validators_root=None)`.
139139
As `compute_signing_root` takes `SSZObject` as input, client software should
140140
convert in-protocol messages to their SSZ representation to compute the signing
141141
root and Builder API messages to the SSZ representations defined

0 commit comments

Comments
 (0)