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