mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-10 04:59:06 +02:00
lnd: fix sweeper batch window logging
This commit is contained in:
parent
851c82b80e
commit
502a8f3210
@ -997,8 +997,8 @@ func newServer(cfg *Config, listenAddrs []net.Addr,
|
||||
return nil, err
|
||||
}
|
||||
|
||||
srvrLog.Tracef("Sweeper batch window duration: %v",
|
||||
sweep.DefaultBatchWindowDuration)
|
||||
srvrLog.Debugf("Sweeper batch window duration: %v",
|
||||
cfg.Sweeper.BatchWindowDuration)
|
||||
|
||||
sweeperStore, err := sweep.NewSweeperStore(
|
||||
dbs.ChanStateDB, s.cfg.ActiveNetParams.GenesisHash,
|
||||
|
Loading…
x
Reference in New Issue
Block a user