mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-24 12:44:34 +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 {
|
||||
log.Infof("Starting lookout from chain tip")
|
||||
} 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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user