mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 21:35:18 -05:00
ensure run verify-state root with block
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
This commit is contained in:
@@ -97,4 +97,4 @@ def state_transition(state: BeaconState,
|
||||
process_epoch_transition(state)
|
||||
spec.advance_slot(state)
|
||||
if block.slot == state.slot:
|
||||
process_block(state, block)
|
||||
process_block(state, block, verify_state_root)
|
||||
|
||||
Reference in New Issue
Block a user