Skip to content

Commit d120059

Browse files
authored
Explicitly mention signed_builder_bid under signing (#45)
1 parent f926585 commit d120059

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
@@ -133,7 +133,7 @@ There are two types of data to sign over in the Builder API:
133133
* In-protocol messages, e.g. [`BlindedBeaconBlock`](#blindedbeaconblock), which
134134
should compute the signing root using [`compute_signing_root`][compute-root]
135135
and use the domain specified for beacon block proposals.
136-
* Builder API messages, e.g. validator registration, which should compute the
136+
* Builder API messages, e.g. validator registration and signed builder bid, which should compute the
137137
signing root using [`compute_signing_root`][compute-root] with domain given by
138138
`compute_domain(DOMAIN_APPLICATION_BUILDER, fork_version=None, genesis_validators_root=None)`.
139139
As `compute_signing_root` takes `SSZObject` as input, client software should

0 commit comments

Comments
 (0)