Merge pull request #9491 from ziggie1984/closechannel-rpc

Allow coop closing a channel with HTLCs on it via lncli
This commit is contained in:
Oliver Gugger
2025-02-21 05:05:53 -06:00
committed by GitHub
13 changed files with 2472 additions and 2286 deletions

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)