mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-20 22:38:11 +00:00
Boolean -> boolean
This commit is contained in:
parent
83453d212e
commit
7e6ac4e7f7
@ -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()
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user