mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
lnd: add additional logging statement on payment recv
This commit is contained in:
parent
012480be98
commit
99c1ef6210
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue