mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 15:15:16 -05:00
Boolean -> boolean
This commit is contained in:
@@ -127,7 +127,7 @@ class ApplicationPayload(Container):
|
||||
#### `is_transition_completed`
|
||||
|
||||
```python
|
||||
def is_transition_completed(state: BeaconState) -> Boolean:
|
||||
def is_transition_completed(state: BeaconState) -> boolean:
|
||||
state.application_block_hash != Bytes32()
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user