Fix spelling

This commit is contained in:
Mikhail Kalinin 2021-09-23 15:30:14 +06:00
parent 41e06aec1b
commit 0e2eb50675
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ All validator responsibilities remain unchanged other than those noted below. Na
##### ExecutionPayload
To obtain an execution payload, a block proposer bulding a block on top of a `state` must take the following actions:
To obtain an execution payload, a block proposer building a block on top of a `state` must take the following actions:
1. Set `payload_id = prepare_execution_payload(state, pow_chain, fee_recipient, execution_engine)`, where:
* `state` is the state object after applying `process_slots(state, slot)` transition to the resulting state of the parent block processing