Update channeldb opening log
It might take a few minutes and it should therefore state it...
This commit is contained in:
parent
e25cca11f7
commit
19bdbe7f8d
1
lnd.go
1
lnd.go
@ -224,6 +224,7 @@ func Main(lisCfg ListenerCfg) error {
|
||||
|
||||
// Open the channeldb, which is dedicated to storing channel, and
|
||||
// network related metadata.
|
||||
ltndLog.Infof("Opening the channeldb, might take a few minutes")
|
||||
chanDB, err := channeldb.Open(
|
||||
graphDir,
|
||||
channeldb.OptionSetRejectCacheSize(cfg.Caches.RejectCacheSize),
|
||||
|
Loading…
Reference in New Issue
Block a user