From ff8272192e9b8786bfdad673de501c62102403ee Mon Sep 17 00:00:00 2001 From: Ignacio Hagopian Date: Thu, 15 Aug 2024 15:01:08 -0300 Subject: [PATCH] add todo Signed-off-by: Ignacio Hagopian --- tests/block_test_util.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/block_test_util.go b/tests/block_test_util.go index 0fafa103efc7..00c73c93e0a6 100644 --- a/tests/block_test_util.go +++ b/tests/block_test_util.go @@ -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