mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-22 15:28:11 +00:00
Boolean -> boolean
This commit is contained in:
parent
83453d212e
commit
7e6ac4e7f7
@ -127,7 +127,7 @@ class ApplicationPayload(Container):
|
|||||||
#### `is_transition_completed`
|
#### `is_transition_completed`
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def is_transition_completed(state: BeaconState) -> Boolean:
|
def is_transition_completed(state: BeaconState) -> boolean:
|
||||||
state.application_block_hash != Bytes32()
|
state.application_block_hash != Bytes32()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user