lnd: fix typo in log message on launch
`2018-05-24 01:14:14.503 [INF] LTND: Active chain: Bitcoin (network=simmnet)`
This commit is contained in:
parent
6382215346
commit
9eef31d210
2
lnd.go
2
lnd.go
@ -118,7 +118,7 @@ func lndMain() error {
|
||||
network = "mainnet"
|
||||
|
||||
case cfg.Bitcoin.SimNet:
|
||||
network = "simmnet"
|
||||
network = "simnet"
|
||||
|
||||
case cfg.Bitcoin.RegTest:
|
||||
network = "regtest"
|
||||
|
Loading…
Reference in New Issue
Block a user