mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-02-23 13:54:25 +01:00
add custom records
This commit is contained in:
@@ -85,6 +85,7 @@ SocketLoop:
|
||||
Type: common.InvoiceTypeUser,
|
||||
Amount: invoice.Amount,
|
||||
IsPaid: invoice.State == common.InvoiceStateSettled,
|
||||
CustomRecords: invoice.DestinationCustomRecords,
|
||||
}})
|
||||
if err != nil {
|
||||
controller.svc.Logger.Error(err)
|
||||
|
||||
Reference in New Issue
Block a user