mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 21:04:53 +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);
|
||||
WalletService createLightningWalletService(
|
||||
Box<WalletInfo> walletInfoSource, Box<UnspentCoinsInfo> unspentCoinSource);
|
||||
List<LightningReceivePageOption> getLightningReceivePageOptions();
|
||||
List<ReceivePageOption> getLightningReceivePageOptions();
|
||||
String satsToLightningString(int sats);
|
||||
LightningReceivePageOption getOptionInvoice();
|
||||
LightningReceivePageOption getOptionOnchain();
|
||||
ReceivePageOption getOptionInvoice();
|
||||
ReceivePageOption getOptionOnchain();
|
||||
String bitcoinAmountToLightningString({required int amount});
|
||||
int bitcoinAmountToLightningAmount({required int amount});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue