Skip to content

Commit

Permalink
src/ethereum_test_tools: update post rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Sep 19, 2023
1 parent 9463c68 commit 1846843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ethereum_test_tools/spec/blockchain_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1846843

Please sign in to comment.