mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 18:10:48 +02:00
Merge pull request #8373 from hieblmi/fix-funding-logs
funding: fix funding flow log
This commit is contained in:
@ -904,7 +904,8 @@ func (f *Manager) failFundingFlow(peer lnpeer.Peer, cid *chanIdentifier,
|
|||||||
err := peer.RemovePendingChannel(cid.chanID)
|
err := peer.RemovePendingChannel(cid.chanID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Errorf("Unable to remove channel %v with peer %x: "+
|
log.Errorf("Unable to remove channel %v with peer %x: "+
|
||||||
"%v", cid, peer.IdentityKey(), err)
|
"%v", cid,
|
||||||
|
peer.IdentityKey().SerializeCompressed(), err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user