mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-25 12:06:05 +00:00
CI fix
This commit is contained in:
parent
21accd07b2
commit
e4f04c273b
1 changed files with 3 additions and 3 deletions
|
@ -769,10 +769,10 @@ abstract class Lightning {
|
||||||
int formatterStringDoubleToLightningAmount(String amount);
|
int formatterStringDoubleToLightningAmount(String amount);
|
||||||
WalletService createLightningWalletService(
|
WalletService createLightningWalletService(
|
||||||
Box<WalletInfo> walletInfoSource, Box<UnspentCoinsInfo> unspentCoinSource);
|
Box<WalletInfo> walletInfoSource, Box<UnspentCoinsInfo> unspentCoinSource);
|
||||||
List<LightningReceivePageOption> getLightningReceivePageOptions();
|
List<ReceivePageOption> getLightningReceivePageOptions();
|
||||||
String satsToLightningString(int sats);
|
String satsToLightningString(int sats);
|
||||||
LightningReceivePageOption getOptionInvoice();
|
ReceivePageOption getOptionInvoice();
|
||||||
LightningReceivePageOption getOptionOnchain();
|
ReceivePageOption getOptionOnchain();
|
||||||
String bitcoinAmountToLightningString({required int amount});
|
String bitcoinAmountToLightningString({required int amount});
|
||||||
int bitcoinAmountToLightningAmount({required int amount});
|
int bitcoinAmountToLightningAmount({required int amount});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue