Skip to content

Commit

Permalink
lnd: add additional logging statement on payment recv
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Jan 15, 2017
1 parent 012480b commit 99c1ef6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions invoiceregistry.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}()

Expand Down

0 comments on commit 99c1ef6

Please sign in to comment.