mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-23 03:38:21 +00:00
add start_epoch consistent with rest of crosslink
This commit is contained in:
parent
8a5e5334d6
commit
5198930503
@ -597,6 +597,7 @@ proc makeAttestationData*(
|
|||||||
crosslink: Crosslink(
|
crosslink: Crosslink(
|
||||||
shard: shard,
|
shard: shard,
|
||||||
parent_root: hash_tree_root(state.current_crosslinks[shard]),
|
parent_root: hash_tree_root(state.current_crosslinks[shard]),
|
||||||
|
start_epoch: state.current_crosslinks[shard].end_epoch,
|
||||||
end_epoch: target_epoch,
|
end_epoch: target_epoch,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user