small fix

This commit is contained in:
fosse 2024-02-26 12:51:37 -05:00
parent b474d90243
commit 90e66ab4bf

View file

@ -41,7 +41,7 @@ abstract class LightningViewModelBase with Store {
Future<List<String>> invoiceLimits() async {
final sdk = await BreezSDK();
final req = ReceivePaymentRequest(
amountMsat: 1000,
amountMsat: 2500000,
description: 'limits',
);
final res = await sdk.receivePayment(req: req);