lnd: fix sweeper batch window logging

This commit is contained in:
yyforyongyu 2022-10-20 19:16:41 +08:00
parent 851c82b80e
commit 502a8f3210
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -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,