add shard to mock crosslink to separate attestations from eachother
This commit is contained in:
parent
022f1e7108
commit
129fd6297e
|
@ -57,7 +57,7 @@ def add_mock_attestations(spec, state, epoch, att_ratio, source, target):
|
|||
beacon_block_root=b'\xaa' * 32,
|
||||
source=source,
|
||||
target=target,
|
||||
crosslink=spec.Crosslink()
|
||||
crosslink=spec.Crosslink(shard=shard)
|
||||
),
|
||||
inclusion_delay=1,
|
||||
))
|
||||
|
|
Loading…
Reference in New Issue