File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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) ` .
139139As ` compute_signing_root ` takes ` SSZObject ` as input, client software should
You can’t perform that action at this time.
0 commit comments