mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 20:39:35 +00:00
save
This commit is contained in:
parent
3a21b2cddc
commit
10c6ae7d5b
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ abstract class LightningViewModelBase with Store {
|
||||||
description: "limits",
|
description: "limits",
|
||||||
);
|
);
|
||||||
final res = await sdk.receivePayment(req: req);
|
final res = await sdk.receivePayment(req: req);
|
||||||
final res = await sdk.
|
|
||||||
int min = (res.openingFeeMsat ?? (2500 * 1000));
|
int min = (res.openingFeeMsat ?? (2500 * 1000));
|
||||||
int max = 1000000000 * 1000 * 10;// 10 BTC
|
int max = 1000000000 * 1000 * 10;// 10 BTC
|
||||||
return [min.toString(), max.toString()];
|
return [min.toString(), max.toString()];
|
||||||
|
|
Loading…
Reference in a new issue