Commit 669c79b9 authored by Gyanendra Mishra's avatar Gyanendra Mishra

better formatting

parent 01643c22
...@@ -47,9 +47,7 @@ def generate_cl_validator_keystores( ...@@ -47,9 +47,7 @@ def generate_cl_validator_keystores(
stop_index = num_validators_per_node stop_index = num_validators_per_node
for i in range(num_nodes): for i in range(num_nodes):
output_dirpath = NODE_KEYSTORES_OUTPUT_DIRPATH_FORMAT_STR.format( output_dirpath = NODE_KEYSTORES_OUTPUT_DIRPATH_FORMAT_STR.format(i)
i,
)
generate_keystores_cmd = "{0} keystores --insecure --prysm-pass {1} --out-loc {2} --source-mnemonic \"{3}\" --source-min {4} --source-max {5}".format( generate_keystores_cmd = "{0} keystores --insecure --prysm-pass {1} --out-loc {2} --source-mnemonic \"{3}\" --source-min {4} --source-max {5}".format(
KEYSTORES_GENERATION_TOOL_NAME, KEYSTORES_GENERATION_TOOL_NAME,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment