Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign committed Aug 15, 2024
1 parent 1f72eda commit ff82721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/block_test_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ func (t *BlockTest) Run(snapshotter bool, tracer vm.EVMLogger) error {
return fmt.Errorf("post state validation failed: %v", err)
}
// Cross-check the snapshot-to-hash against the trie hash
// TODO: re-enable this whenever we decide how to handle the Overlay Tree situation
// for snapshot regeneration.
if snapshotter && false {
if err := chain.Snapshots().Verify(chain.CurrentBlock().Root); err != nil {
return err
Expand Down

0 comments on commit ff82721

Please sign in to comment.