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
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

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