From c92fc24a66f48abf981069121440f131a8405ac9 Mon Sep 17 00:00:00 2001 From: Matthew Fosse Date: Tue, 27 Aug 2024 14:19:40 -0400 Subject: [PATCH] fix configure.dart --- tool/configure.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/configure.dart b/tool/configure.dart index 839e8af83..631cf49f7 100644 --- a/tool/configure.dart +++ b/tool/configure.dart @@ -223,6 +223,7 @@ abstract class Bitcoin { void setLedger(WalletBase wallet, Ledger ledger, LedgerDevice device); Future> getHardwareWalletAccounts(LedgerViewModel ledgerVM, {int index = 0, int limit = 5}); + dynamic getStatusRequest(Object wallet); void setMwebEnabled(Object wallet, bool enabled); bool getMwebEnabled(Object wallet); }