mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 15:05:03 -05:00
Fix the new Eth1Data fields to bytes32
This commit is contained in:
@@ -601,9 +601,9 @@ Unless otherwise indicated, code appearing in `this style` is to be interpreted
|
||||
```python
|
||||
{
|
||||
# Root of the deposit tree
|
||||
'deposit_root': 'hash32',
|
||||
'deposit_root': 'bytes32',
|
||||
# Block hash
|
||||
'block_hash': 'hash32',
|
||||
'block_hash': 'bytes32',
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user