mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 13:25:04 -05:00
Explitcit zero byte
This commit is contained in:
@@ -198,7 +198,7 @@ The following values are (non-configurable) constants used throughout the specif
|
||||
| - | - |
|
||||
| `GENESIS_SLOT` | `Slot(0)` |
|
||||
| `GENESIS_EPOCH` | `Epoch(0)` |
|
||||
| `BLS_WITHDRAWAL_PREFIX` | `Bytes1()` |
|
||||
| `BLS_WITHDRAWAL_PREFIX` | `Bytes1(b'\x00')` |
|
||||
|
||||
### Time parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user