From 1846843fd4ef3d6b524df6622faf88b6e40b729c Mon Sep 17 00:00:00 2001 From: spencer-tb Date: Tue, 19 Sep 2023 18:55:28 -0400 Subject: [PATCH] src/ethereum_test_tools: update post rebase. --- src/ethereum_test_tools/spec/blockchain_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ethereum_test_tools/spec/blockchain_test.py b/src/ethereum_test_tools/spec/blockchain_test.py index 934ed3b67b..e9596fee87 100644 --- a/src/ethereum_test_tools/spec/blockchain_test.py +++ b/src/ethereum_test_tools/spec/blockchain_test.py @@ -309,7 +309,7 @@ def make_blocks( if block.exception is None: last_valid = fixture_block.block_header - if not self.base_test_config.disable_hive and last_valid is not None: + if self.base_test_config.enable_hive and last_valid is not None: fcu_version = fork.engine_forkchoice_updated_version( block_number=last_valid.number, timestamp=last_valid.timestamp,