fix breez and add blink

This commit is contained in:
Kukks
2023-12-07 10:50:10 +01:00
parent 96b2d273de
commit 5f62988f01
12 changed files with 876 additions and 15 deletions

View File

@@ -326,7 +326,7 @@ public class BreezController : Controller
viewModel ??= new PaymentsViewModel();
viewModel.Payments = client.Sdk.ListPayments(new ListPaymentsRequest(PaymentTypeFilter.ALL, null, null, true,
viewModel.Payments = client.Sdk.ListPayments(new ListPaymentsRequest(null, null, null, true,
(uint?) viewModel.Skip, (uint?) viewModel.Count));
return View(viewModel);