mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 13:52:55 +02:00
Update channeldb opening log
It might take a few minutes and it should therefore state it...
This commit is contained in:
committed by
Olaoluwa Osuntokun
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),
|
||||
|
Reference in New Issue
Block a user