htlcswitch: properly format chan_id on failure to find
This commit is contained in:
parent
90a03954b2
commit
2d45552ad9
@ -684,7 +684,7 @@ func (s *Switch) htlcForwarder() {
|
|||||||
link, ok := s.linkIndex[chanID]
|
link, ok := s.linkIndex[chanID]
|
||||||
if !ok {
|
if !ok {
|
||||||
req.Err <- errors.Errorf("channel with "+
|
req.Err <- errors.Errorf("channel with "+
|
||||||
"chan_id=%v not found", chanID[:])
|
"chan_id=%x not found", chanID[:])
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user