Skip to content

Commit b66471c

Browse files
authored
clarify local building should happen in parallel (#46)
1 parent d120059 commit b66471c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specs/validator.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ the following actions:
120120
The external builder network offers a service for proposers that may from time to time fail to produce a timely block.
121121
Honest proposers who elect to use the external builder network **MUST** also build a block locally in the event that the
122122
external builder network fails to provide a `SignedBuilderBid` in time in order to propagate the full
123-
`SignedBeaconBlock` during the proposer's slot.
123+
`SignedBeaconBlock` during the proposer's slot. The local build task should begin in parallel to any use of the external
124+
builder network.
124125

125126
Honest proposers using the external builder network will give the builders a duration of
126127
`BUILDER_PROPOSAL_DELAY_TOLERANCE` to provide a `SignedBuilderBid` before the external builder is considered to have hit

0 commit comments

Comments
 (0)