mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-08 19:55:12 -05:00
pr feedback
This commit is contained in:
@@ -142,7 +142,7 @@ def build_attestation_data(state, slot, shard):
|
||||
if epoch_start_slot == slot:
|
||||
epoch_boundary_root = block_root
|
||||
else:
|
||||
get_block_root(state, get_current_epoch(state))
|
||||
epoch_boundary_root = get_block_root(state, get_current_epoch(state))
|
||||
|
||||
if slot < epoch_start_slot:
|
||||
justified_block_root = state.previous_justified_root
|
||||
|
||||
Reference in New Issue
Block a user