diff --git a/tool/configure.dart b/tool/configure.dart index 0fd217840..cd86ae388 100644 --- a/tool/configure.dart +++ b/tool/configure.dart @@ -769,10 +769,10 @@ abstract class Lightning { int formatterStringDoubleToLightningAmount(String amount); WalletService createLightningWalletService( Box walletInfoSource, Box unspentCoinSource); - List getLightningReceivePageOptions(); + List getLightningReceivePageOptions(); String satsToLightningString(int sats); - LightningReceivePageOption getOptionInvoice(); - LightningReceivePageOption getOptionOnchain(); + ReceivePageOption getOptionInvoice(); + ReceivePageOption getOptionOnchain(); String bitcoinAmountToLightningString({required int amount}); int bitcoinAmountToLightningAmount({required int amount}); }