Remove obsolete var and calculation

This commit is contained in:
Anton Nashatyrev 2021-04-22 22:06:24 +03:00
parent 7f0ea0eb01
commit d7c276bcd5
1 changed files with 0 additions and 1 deletions

View File

@ -679,7 +679,6 @@ def process_pending_headers(state: BeaconState) -> None:
] ]
# The entire committee (and its balance) # The entire committee (and its balance)
full_committee = get_beacon_committee(state, slot, shard) full_committee = get_beacon_committee(state, slot, shard)
full_committee_balance = get_total_balance(state, full_committee)
# If any candidates already confirmed, skip # If any candidates already confirmed, skip
if True in [c.confirmed for c in candidates]: if True in [c.confirmed for c in candidates]:
continue continue