mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 22:50:58 +02:00
watchtower/lookout: fix double-hex encoded chainhash
This commit is contained in:
@@ -68,7 +68,7 @@ func (l *Lookout) Start() error {
|
|||||||
if startEpoch == nil {
|
if startEpoch == nil {
|
||||||
log.Infof("Starting lookout from chain tip")
|
log.Infof("Starting lookout from chain tip")
|
||||||
} else {
|
} else {
|
||||||
log.Infof("Starting lookout from epoch(height=%d hash=%x)",
|
log.Infof("Starting lookout from epoch(height=%d hash=%v)",
|
||||||
startEpoch.Height, startEpoch.Hash)
|
startEpoch.Height, startEpoch.Hash)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user