fundingmanager: fix log

This commit is contained in:
Joost Jager 2020-04-07 19:11:29 +02:00
parent 68e54bb583
commit 7b7edfbde6
No known key found for this signature in database
GPG Key ID: A61B9D4C393C59C7

@ -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)
}
}