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…
Reference in New Issue
Block a user