Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Feb 15, 2024
1 parent ee70170 commit 40e30a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chia/cmds/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ def configure(
]["testnet11"]

if "testnet11" not in config["network_overrides"]["config"]:
config["network_overrides"]["config"]["testnet11"] = initial_config["network_overrides"]["config"][
"testnet11"
]
config["network_overrides"]["config"]["testnet11"] = initial_config["network_overrides"][
"config"
]["testnet11"]

testnet_port = "58444"
testnet_introducer = "introducer-testnet11.chia.net"
Expand Down

0 comments on commit 40e30a1

Please sign in to comment.