lnd: add additional logging statement on payment recv

This commit is contained in:
Olaoluwa Osuntokun 2017-01-14 18:18:08 -08:00
parent 012480be98
commit 99c1ef6210
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
1 changed files with 2 additions and 0 deletions

View File

@ -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)
}()