Skip to content

Commit

Permalink
remove useless
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgriffin committed Jan 25, 2025
1 parent cfc1b97 commit 8039953
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bitcoin_safe/network_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def get_mempool_url(network: bdk.Network) -> Dict[str, str]:
class ElectrumConfig:
url: str
use_ssl: bool
proxy_url: str | None = None


def get_electrum_configs(network: bdk.Network) -> Dict[str, ElectrumConfig]:
Expand Down

0 comments on commit 8039953

Please sign in to comment.