mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-23 12:18:16 +00:00
Automatically merged updates to draft EIP(s) 2733 (#3036)
Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing
This commit is contained in:
parent
1baf7ca05a
commit
ec36396a28
@ -83,8 +83,8 @@ type Receipt = [ChildReceipt]
|
||||
struct ChildReceipt {
|
||||
status: u256,
|
||||
cumulative_gas_used: u256,
|
||||
logs_bloom: [byte; 256],
|
||||
logs: [byte]
|
||||
logs_bloom: [u8; 256],
|
||||
logs: [u8]
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user