follow-up ff547e3dcf
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user