funding: fix logging display of node pub key upon recv funding req

This commit is contained in:
Olaoluwa Osuntokun 2017-02-22 15:52:02 -08:00
parent cf306098c5
commit ace1adb13f
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -414,7 +414,7 @@ func (f *fundingManager) handleFundingRequest(fmsg *fundingRequestMsg) {
// TODO(roasbeef): error if funding flow already ongoing
fndgLog.Infof("Recv'd fundingRequest(amt=%v, delay=%v, pendingId=%v) "+
"from peer(%v)", amt, msg.PushSatoshis, delay, msg.ChannelID,
"from peer(%x)", amt, msg.PushSatoshis, delay, msg.ChannelID,
fmsg.peerAddress.IdentityKey.SerializeCompressed())
ourDustLimit := lnwallet.DefaultDustLimit()