mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-04 03:59:58 +02:00
routing: static check fix, time.Since instead of Now().Sub()
This commit is contained in:
parent
4773ae17d9
commit
ebf058a2a5
@ -228,7 +228,7 @@ func (m *MissionControl) init() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
log.Debugf("Mission control state reconstruction finished: "+
|
log.Debugf("Mission control state reconstruction finished: "+
|
||||||
"n=%v, time=%v", len(results), time.Now().Sub(start))
|
"n=%v, time=%v", len(results), time.Since(start))
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user