mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 14:11:04 +02:00
htlcswitch: fix log output
This commit is contained in:
@@ -1556,7 +1556,7 @@ out:
|
|||||||
s.indexMtx.RUnlock()
|
s.indexMtx.RUnlock()
|
||||||
|
|
||||||
peerPub := link.PeerPubKey()
|
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[:])
|
"chan_id=%x", link.PeerPubKey(), chanID[:])
|
||||||
|
|
||||||
go s.cfg.LocalChannelClose(peerPub[:], req)
|
go s.cfg.LocalChannelClose(peerPub[:], req)
|
||||||
|
Reference in New Issue
Block a user