mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
small fix
This commit is contained in:
parent
b474d90243
commit
90e66ab4bf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue