mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-20 07:29:02 +00:00
Type fixed: boolean
instead of bool
in PendingShardHeader
This commit is contained in:
parent
c0a2ab54f1
commit
01dc8c6624
@ -223,7 +223,7 @@ class PendingShardHeader(Container):
|
||||
# Who voted for the header
|
||||
votes: Bitlist[MAX_VALIDATORS_PER_COMMITTEE]
|
||||
# Has this header been confirmed?
|
||||
confirmed: bool
|
||||
confirmed: boolean
|
||||
```
|
||||
|
||||
## Helper functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user