mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 23:05:12 -05:00
update ExecutionEngine protocol arg references
This commit is contained in:
@@ -150,7 +150,7 @@ The following methods are added to the `ExecutionEngine` protocol for use in the
|
||||
|
||||
#### `new_block`
|
||||
|
||||
Verifies the given `ExecutionPayload` with respect to execution state transition, and persists changes if valid.
|
||||
Verifies the given `execution_payload` with respect to execution state transition, and persists changes if valid.
|
||||
|
||||
The body of this function is implementation dependent.
|
||||
The Consensus API may be used to implement this with an external execution engine.
|
||||
|
||||
@@ -43,8 +43,8 @@ The following methods are added to the `ExecutionEngine` protocol for use as a v
|
||||
|
||||
#### `assemble_block`
|
||||
|
||||
Produces a new instance of an execution payload, with the specified timestamp,
|
||||
on top of the execution payload chain tip identified by `block_head`.
|
||||
Produces a new instance of an execution payload, with the specified `timestamp`,
|
||||
on top of the execution payload chain tip identified by `block_hash`.
|
||||
|
||||
The body of this function is implementation dependent.
|
||||
The Consensus API may be used to implement this with an external execution engine.
|
||||
|
||||
Reference in New Issue
Block a user