1
0
This commit is contained in:
ThomasV
2023-08-10 09:02:42 +02:00
parent ff547e3dcf
commit 11af4e47a8
2 changed files with 11 additions and 10 deletions

View File

@@ -160,7 +160,7 @@ class SwapManager(Logger):
if swap.prepay_hash is not None:
self.prepayments[swap.prepay_hash] = bytes.fromhex(k)
# api url
self.api_url = wallet.config.SWAPSERVER_URL
self.api_url = wallet.config.get_swapserver_url()
# init default min & max
self.init_min_max_values()