Skip to content

Commit

Permalink
Update mkchain/tqchain/mkchain.py
Browse files Browse the repository at this point in the history
Co-authored-by: Aryeh Harris <[email protected]>
  • Loading branch information
nicolasochem and harryttd authored Oct 25, 2023
1 parent 5afa03f commit 804b2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkchain/tqchain/mkchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def main():
baking_accounts = {
f"{ARCHIVE_BAKER_NODE_NAME}-{n}": {} for n in range(args.number_of_bakers)
}
for account in [*baking_accounts, *["authorized-key-0"]]:
for account in [*baking_accounts, "authorized-key-0"]:
print(f"Generating keys for account {account}")
keys = gen_key(args.octez_docker_image)
for key_type in keys:
Expand Down

0 comments on commit 804b2c8

Please sign in to comment.