mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
Merge pull request #319 from tecnovert/multinet
network: Start adding simplex to prepare.py.
This commit is contained in:
@@ -464,6 +464,7 @@ class Test(BaseTest):
|
||||
"client_path": SIMPLEX_CLIENT_PATH,
|
||||
"ws_port": 5225 + node_id,
|
||||
"group_link": cls.group_link,
|
||||
"enabled": True,
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
@@ -504,6 +504,7 @@ def modifyConfig(test_path, i):
|
||||
"client_path": SIMPLEX_CLIENT_PATH,
|
||||
"ws_port": SIMPLEX_WS_PORT + i,
|
||||
"group_link": SIMPLEX_GROUP_LINK,
|
||||
"enabled": True,
|
||||
}
|
||||
if SIMPLEX_SERVER_SOCKS_PROXY != "":
|
||||
simplex_options["socks_proxy_override"] = SIMPLEX_SERVER_SOCKS_PROXY
|
||||
|
||||
Reference in New Issue
Block a user