mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-03 06:13:31 +00:00
remove unnecessary comment
This commit is contained in:
parent
83c624d0e8
commit
d44eb8eccc
@ -583,7 +583,7 @@ def add_validator(validators: List[ValidatorRecord],
|
||||
withdrawal_address=withdrawal_address,
|
||||
randao_commitment=randao_commitment,
|
||||
randao_last_change=current_slot,
|
||||
balance=DEPOSIT_SIZE * GWEI_PER_ETH, # in Gwei
|
||||
balance=DEPOSIT_SIZE * GWEI_PER_ETH,
|
||||
status=status,
|
||||
exit_slot=0
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user