mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-20 07:29:02 +00:00
Update specs/phase1/custody-game.md
Co-authored-by: Hsiao-Wei Wang <hwwang156@gmail.com>
This commit is contained in:
parent
d41b6a5775
commit
0e8bba2ce3
@ -519,8 +519,10 @@ def process_custody_slashing(state: BeaconState, signed_custody_slashing: Signed
|
|||||||
shard_transition = custody_slashing.shard_transition
|
shard_transition = custody_slashing.shard_transition
|
||||||
assert hash_tree_root(shard_transition) == attestation.data.shard_transition_root
|
assert hash_tree_root(shard_transition) == attestation.data.shard_transition_root
|
||||||
# Verify that the provided data matches the shard-transition
|
# Verify that the provided data matches the shard-transition
|
||||||
assert custody_slashing.data.get_backing().get_left().merkle_root() \
|
assert (
|
||||||
|
custody_slashing.data.get_backing().get_left().merkle_root()
|
||||||
== shard_transition.shard_data_roots[custody_slashing.data_index]
|
== shard_transition.shard_data_roots[custody_slashing.data_index]
|
||||||
|
)
|
||||||
assert len(custody_slashing.data) == shard_transition.shard_block_lengths[custody_slashing.data_index]
|
assert len(custody_slashing.data) == shard_transition.shard_block_lengths[custody_slashing.data_index]
|
||||||
|
|
||||||
# Verify existence and participation of claimed malefactor
|
# Verify existence and participation of claimed malefactor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user