mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 06:15:15 -05:00
Type fixed: boolean instead of bool in PendingShardHeader
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user