diff --git a/lnclient/phoenixd/phoenixd.go b/lnclient/phoenixd/phoenixd.go index 32782d2d..c63da276 100644 --- a/lnclient/phoenixd/phoenixd.go +++ b/lnclient/phoenixd/phoenixd.go @@ -342,6 +342,7 @@ func (svc *PhoenixService) MakeInvoice(ctx context.Context, amount int64, descri Invoice: invoiceRes.Serialized, Preimage: "", // TODO: set preimage to enable self-payments PaymentHash: invoiceRes.PaymentHash, + Amount: amount, FeesPaid: 0, CreatedAt: time.Now().Unix(), ExpiresAt: &expiresAt,