loopd: add LSAT enabled server ports

This commit is contained in:
Oliver Gugger 2020-01-22 11:25:01 +01:00
parent a486760ebf
commit 098e269fe6
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -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{