Skip to content

Commit 263ad78

Browse files
committed
revert hack
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent 4f64795 commit 263ad78

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/ethereum_test_specs/blockchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ def generate_block_data(
582582
)
583583
transition_tool_output.alloc = previous_alloc
584584
# TODO: hack for now, replace with actual witness output once available from t8n
585-
if transition_tool_output.result.verkle_conversion_ended and False:
585+
if transition_tool_output.result.verkle_conversion_ended:
586586
witness_parent_root = transition_tool_output.result.parent_state_root
587587
transition_tool_output.witness = Witness(
588588
verkle_proof=transition_tool_output.result.verkle_proof,

tests/verkle/eip7748/accounts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import pytest
99
import math
10-
import sys
1110

1211
from ethereum_test_tools import (
1312
Account,

0 commit comments

Comments
 (0)