mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-26 13:42:49 +02:00
htlcswitch: fix log output
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user