watchtower/lookout: fix double-hex encoded chainhash

This commit is contained in:
Conner Fromknecht
2019-11-05 15:05:20 -08:00
parent 51627ffe5f
commit 8b5f16387c

View File

@@ -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)
}