mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
htlcswitch: properly format chan_id on failure to find
This commit is contained in:
parent
90a03954b2
commit
2d45552ad9
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ func (s *Switch) htlcForwarder() {
|
|||
link, ok := s.linkIndex[chanID]
|
||||
if !ok {
|
||||
req.Err <- errors.Errorf("channel with "+
|
||||
"chan_id=%v not found", chanID[:])
|
||||
"chan_id=%x not found", chanID[:])
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue