mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 13:06:34 +00:00
Fix spelling 2
This commit is contained in:
parent
38a4fd907e
commit
f4bd37a108
@ -269,7 +269,7 @@ def consensus_validated(self: ExecutionEngine, block_hash: Hash32, valid: bool)
|
|||||||
|
|
||||||
The call of this function depends on the result of the state transition and must be done when call to the [`state_transition`](../phase0/beacon-chain.md#beacon-chain-state-transition-function) function finishes. The value of the `valid` parameter must be set as follows:
|
The call of this function depends on the result of the state transition and must be done when call to the [`state_transition`](../phase0/beacon-chain.md#beacon-chain-state-transition-function) function finishes. The value of the `valid` parameter must be set as follows:
|
||||||
|
|
||||||
* `True` if `state_transition` function call succeedes
|
* `True` if `state_transition` function call succeeds
|
||||||
* `False` if `state_transition` function call fails
|
* `False` if `state_transition` function call fails
|
||||||
|
|
||||||
### Block processing
|
### Block processing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user