Merge pull request #138 from guggero/prepare-lsat

loopd: add LSAT enabled server ports
pull/139/head
Alex Bosworth 4 years ago committed by GitHub
commit 37a245a8dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,8 +50,8 @@ type config struct {
} }
const ( const (
mainnetServer = "swap.lightning.today:11009" mainnetServer = "swap.lightning.today:11010"
testnetServer = "test.swap.lightning.today:11009" testnetServer = "test.swap.lightning.today:11010"
) )
var defaultConfig = config{ var defaultConfig = config{

Loading…
Cancel
Save