From 098e269fe69cab421267ef97ab71230f108c140a Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Wed, 22 Jan 2020 11:25:01 +0100 Subject: [PATCH] loopd: add LSAT enabled server ports --- loopd/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loopd/config.go b/loopd/config.go index 24e0714..3fb05fb 100644 --- a/loopd/config.go +++ b/loopd/config.go @@ -50,8 +50,8 @@ type config struct { } const ( - mainnetServer = "swap.lightning.today:11009" - testnetServer = "test.swap.lightning.today:11009" + mainnetServer = "swap.lightning.today:11010" + testnetServer = "test.swap.lightning.today:11010" ) var defaultConfig = config{