ensure run verify-state root with block
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
This commit is contained in:
parent
8fc1fe5f20
commit
d645a9a038
|
@ -97,4 +97,4 @@ def state_transition(state: BeaconState,
|
||||||
process_epoch_transition(state)
|
process_epoch_transition(state)
|
||||||
spec.advance_slot(state)
|
spec.advance_slot(state)
|
||||||
if block.slot == state.slot:
|
if block.slot == state.slot:
|
||||||
process_block(state, block)
|
process_block(state, block, verify_state_root)
|
||||||
|
|
Loading…
Reference in New Issue