Skip to content

Commit ddc9209

Browse files
committed
hack fix
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent 48056a9 commit ddc9209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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:
585+
if transition_tool_output.result.verkle_conversion_ended and False:
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,

0 commit comments

Comments
 (0)