mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-02 13:42:15 +02:00
routing: static check fix, time.Since instead of Now().Sub()
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user