mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
funding: fix logging display of node pub key upon recv funding req
This commit is contained in:
parent
cf306098c5
commit
ace1adb13f
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue