mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 22:22:36 +02:00
fundingmanager: fix log
This commit is contained in:
@ -2725,8 +2725,9 @@ func (f *fundingManager) handleFundingLocked(fmsg *fundingLockedMsg) {
|
||||
|
||||
if err := fmsg.peer.AddNewChannel(channel, f.quit); err != nil {
|
||||
fndgLog.Errorf("Unable to add new channel %v with peer %x: %v",
|
||||
channel.FundingOutpoint,
|
||||
fmsg.peer.IdentityKey().SerializeCompressed(),
|
||||
channel.FundingOutpoint, err)
|
||||
err)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user