Skip to content

Commit

Permalink
fix black for config-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Jan 17, 2024
1 parent 98c68c1 commit 13a694a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/config-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@

NETWORK_CONFIG = CHAIN_PARAMS["network"]


def main():
all_accounts = ACCOUNTS

Expand Down Expand Up @@ -159,6 +160,8 @@ def fill_in_missing_genesis_block():
gbk = blake2b(seed.encode(), digest_size=32).digest()
gbk_b58 = b58encode_check(b"\x01\x34" + gbk).decode("utf-8")
genesis_config["block"] = gbk_b58


def verify_this_bakers_account(accounts):
"""
Verify the current baker pod has an account with a secret key, unless the
Expand Down

0 comments on commit 13a694a

Please sign in to comment.