mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-23 20:28:21 +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 {
|
struct ChildReceipt {
|
||||||
status: u256,
|
status: u256,
|
||||||
cumulative_gas_used: u256,
|
cumulative_gas_used: u256,
|
||||||
logs_bloom: [byte; 256],
|
logs_bloom: [u8; 256],
|
||||||
logs: [byte]
|
logs: [u8]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user