htlcswitch: fix log output

This commit is contained in:
ziggie
2025-02-14 01:24:25 +01:00
parent f458844412
commit f994c2cb9f

View File

@@ -1556,7 +1556,7 @@ out:
s.indexMtx.RUnlock()
peerPub := link.PeerPubKey()
log.Debugf("Requesting local channel close: peer=%v, "+
log.Debugf("Requesting local channel close: peer=%x, "+
"chan_id=%x", link.PeerPubKey(), chanID[:])
go s.cfg.LocalChannelClose(peerPub[:], req)