tswaps: update server URL - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 599797c966eca83bc246c8f50c4b9610ebf82be9 DIR parent 4bda8826957ed84927cf8399e62d9abbf1ee5eb0 HTML Author: ThomasV <thomasv@electrum.org> Date: Mon, 22 Jun 2020 12:15:31 +0200 swaps: update server URL Diffstat: M electrum/submarine_swaps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- DIR diff --git a/electrum/submarine_swaps.py b/electrum/submarine_swaps.py t@@ -24,8 +24,8 @@ if TYPE_CHECKING: from .wallet import Abstract_Wallet -API_URL_MAINNET = 'https://lightning.electrum.org/api' -API_URL_TESTNET = 'https://lightning.electrum.org/testnet' +API_URL_MAINNET = 'https://swaps.electrum.org/api' +API_URL_TESTNET = 'https://swaps.electrum.org/testnet' API_URL_REGTEST = 'https://localhost/api'