summaryrefslogtreecommitdiff
path: root/test/testdata/deployednettemplates/generate-recipe/generate_network.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/deployednettemplates/generate-recipe/generate_network.py')
-rwxr-xr-xtest/testdata/deployednettemplates/generate-recipe/generate_network.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testdata/deployednettemplates/generate-recipe/generate_network.py b/test/testdata/deployednettemplates/generate-recipe/generate_network.py
index 0a92aed20..254172aa4 100755
--- a/test/testdata/deployednettemplates/generate-recipe/generate_network.py
+++ b/test/testdata/deployednettemplates/generate-recipe/generate_network.py
@@ -70,6 +70,7 @@ def build_net(template_path, netgoal_params):
def build_genesis(template_path, netgoal_params, template_dict):
args = [
'-t', 'genesis',
+ '--last-part-key-round', str(100_000),
'-o', f"{template_path}/generated/genesis.json"
]
args.extend(netgoal_params)