Skip to content

Commit

Permalink
tezos => octez (#280)
Browse files Browse the repository at this point in the history
* tezos => octez

* add octez_node to mkchain generated values
  • Loading branch information
nicolasochem authored Sep 15, 2021
1 parent 7bd312a commit 2017704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkchain/tqchain/mkchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def main():
}
for account in baking_accounts:
print(f"Generating keys for account {account}")
keys = gen_key(args.tezos_docker_image)
keys = gen_key(args.octez_docker_image)
for key_type in keys:
accounts[key_type][account] = {
"key": keys[key_type],
Expand All @@ -229,7 +229,7 @@ def main():
# archive mode. Any other bakers will be in rolling mode.
creation_nodes = {
BAKER_NODE_NAME: {
"runs": ["baker", "endorser"],
"runs": ["octez_node", "baker", "endorser"],
"storage_size": "15Gi",
"instances": [
node_config(BAKER_NODE_NAME, n, is_baker=True)
Expand Down

0 comments on commit 2017704

Please sign in to comment.