mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-20 22:38:11 +00:00
compute_shard_transition_digest
expects Root
as a fourth parameter
This commit is contained in:
parent
7770accf96
commit
d3c26d6b8b
@ -81,7 +81,7 @@ def shard_state_transition(beacon_state: BeaconState,
|
||||
beacon_state,
|
||||
shard_state,
|
||||
block.beacon_parent_root,
|
||||
block.body,
|
||||
hash_tree_root(block.body),
|
||||
)
|
||||
shard_state.gasprice = compute_updated_gasprice(prev_gasprice, len(block.body))
|
||||
shard_state.slot = block.slot
|
||||
|
Loading…
x
Reference in New Issue
Block a user