Skip to content

Commit

Permalink
fix wrong conflict res
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Dec 16, 2023
1 parent 281e8f2 commit 4379800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/config-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def expose_secret_key(account_name):
if MY_POD_TYPE in ["node", "baker"]:
for baking_account in MY_POD_CONFIG.get("bake_using_accounts", {}):
if account_name in [baking_account, authorized_key_for(baking_account)]:
return True


def get_accounts_signer(signers, account_name):
Expand Down

0 comments on commit 4379800

Please sign in to comment.