watchtower/lookout: fix double-hex encoded chainhash
This commit is contained in:
parent
51627ffe5f
commit
8b5f16387c
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user