mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 23:15:21 -05:00
make config values reflect the withdrawal prefix is a byte
This commit is contained in:
@@ -44,7 +44,7 @@ EFFECTIVE_BALANCE_INCREMENT: 1000000000
|
||||
GENESIS_FORK_VERSION: 0x00000000
|
||||
# 0, GENESIS_EPOCH is derived from this constant
|
||||
GENESIS_SLOT: 0
|
||||
BLS_WITHDRAWAL_PREFIX: 0
|
||||
BLS_WITHDRAWAL_PREFIX: 0x00
|
||||
|
||||
|
||||
# Time parameters
|
||||
|
||||
@@ -43,7 +43,7 @@ EFFECTIVE_BALANCE_INCREMENT: 1000000000
|
||||
GENESIS_FORK_VERSION: 0x00000000
|
||||
# 0, GENESIS_EPOCH is derived from this constant
|
||||
GENESIS_SLOT: 0
|
||||
BLS_WITHDRAWAL_PREFIX: 0
|
||||
BLS_WITHDRAWAL_PREFIX: 0x00
|
||||
|
||||
|
||||
# Time parameters
|
||||
|
||||
Reference in New Issue
Block a user