Skip to content

Commit

Permalink
update black version && run black
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Jan 31, 2024
1 parent 6610f3a commit d8b4312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mkchain/tqchain/mkchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ def main():
for key_type in keys:
accounts[key_type][account] = {
"key": keys[key_type],
"is_bootstrap_baker_account": False
if account == "authorized-key-0"
else True,
"is_bootstrap_baker_account": (
False if account == "authorized-key-0" else True
),
"bootstrap_balance": "4000000000000",
}

Expand Down

0 comments on commit d8b4312

Please sign in to comment.