From e4f04c273be88b2c69a9c207ade1df81538093ee Mon Sep 17 00:00:00 2001 From: Matthew Fosse Date: Wed, 6 Mar 2024 07:44:19 -0800 Subject: [PATCH] CI fix --- tool/configure.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}); }