mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-19 23:19:28 +00:00
Bytes1 to byte in ApplicationPayload.logs_bloom
This commit is contained in:
parent
ee5ecf8e2b
commit
a23bde347b
@ -114,7 +114,7 @@ class ApplicationPayload(Container):
|
||||
gas_limit: uint64
|
||||
gas_used: uint64
|
||||
receipt_root: Bytes32
|
||||
logs_bloom: Vector[Bytes1, BYTES_PER_LOGS_BLOOM]
|
||||
logs_bloom: Vector[byte, BYTES_PER_LOGS_BLOOM]
|
||||
transactions: List[Transaction, MAX_APPLICATION_TRANSACTIONS]
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user