Skip to content

Commit

Permalink
ensure run verify-state root with block
Browse files Browse the repository at this point in the history
Co-Authored-By: djrtwo <dannyjryan@gmail.com>
  • Loading branch information
hwwhww and djrtwo authored Mar 19, 2019
1 parent 8fc1fe5 commit d645a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/phase0/state_transition.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit d645a9a

Please sign in to comment.