multi: add signet parameters

With this commit we make lnd compatible with the public signet test
network.
This commit is contained in:
Oliver Gugger
2020-12-24 16:46:13 +01:00
parent cfa7188b1d
commit 4460903399
8 changed files with 103 additions and 7 deletions

3
lnd.go
View File

@@ -199,6 +199,9 @@ func Main(cfg *Config, lisCfg ListenerCfg, interceptor signal.Interceptor) error
case cfg.Bitcoin.RegTest || cfg.Litecoin.RegTest:
network = "regtest"
case cfg.Bitcoin.SigNet:
network = "signet"
}
ltndLog.Infof("Active chain: %v (network=%v)",