Skip to content
Snippets Groups Projects
Commit 4788f8a1 authored by Andrzej Lisak's avatar Andrzej Lisak
Browse files

remove harmful edit_if_needed parameter of block generation with debug plugin

parent 94ff917d
No related branches found
No related tags found
1 merge request!239remove harmful edit_if_needed parameter from block generation with debug plugin
......@@ -140,6 +140,5 @@ def generate_blocks(node: tt.InitNode, number_of_blocks: int) -> None:
count=number_of_blocks,
skip=0,
miss_blocks=0,
edit_if_needed=True,
)
tt.logger.info("Blocks generation finished.")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment