mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-06 19:18:12 +02:00
lnd: add additional logging statement on payment recv
This commit is contained in:
parent
012480be98
commit
99c1ef6210
@ -151,6 +151,8 @@ func (i *invoiceRegistry) SettleInvoice(rHash chainhash.Hash) error {
|
||||
return
|
||||
}
|
||||
|
||||
ltndLog.Infof("Payment received: %v", spew.Sdump(invoice))
|
||||
|
||||
i.notifyClients(invoice, true)
|
||||
}()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user