Type fixed: boolean instead of bool in PendingShardHeader

This commit is contained in:
ericsson 2021-04-05 18:22:53 +03:00
parent c0a2ab54f1
commit 01dc8c6624

View File

@ -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