Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchirica committed Mar 1, 2025
1 parent ea3c6ad commit b5450d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/server/start_introducer.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def create_introducer_service(
dns_servers = service_config.get("dns_servers", [])
if dns_servers == [] and network_id == "mainnet":
dns_servers.append("dns-introducer.chia.net")

node = Introducer(
service_config["max_peers_to_send"], service_config["recent_peer_threshold"], default_port, dns_servers
)
Expand Down

0 comments on commit b5450d0

Please sign in to comment.