mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 10:48:11 +01:00
network: Start adding simplex to prepare.py.
Group link must still be specified.
This commit is contained in:
@@ -1144,6 +1144,8 @@ class BasicSwap(BaseApp, UIApp):
|
||||
network_config_list = [{"type": "smsg", "enabled": True}]
|
||||
|
||||
for network in network_config_list:
|
||||
if network.get("enabled", True) is False:
|
||||
continue
|
||||
if network["type"] == "smsg":
|
||||
self.active_networks.append({"type": "smsg"})
|
||||
elif network["type"] == "simplex":
|
||||
|
||||
Reference in New Issue
Block a user