remove unnecessary comment

This commit is contained in:
Danny Ryan 2018-11-04 23:27:08 +01:00
parent 83c624d0e8
commit d44eb8eccc
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 1 additions and 1 deletions

View File

@ -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
)