From d6de17c7102080ec1dd86f15c624a0e2bc92654f Mon Sep 17 00:00:00 2001 From: Rafael Saes Date: Mon, 1 Apr 2024 19:36:18 -0300 Subject: [PATCH] chore: build configure --- tool/configure.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tool/configure.dart b/tool/configure.dart index 62179263d..96891247c 100644 --- a/tool/configure.dart +++ b/tool/configure.dart @@ -155,6 +155,8 @@ abstract class Bitcoin { bool isBitcoinReceivePageOption(ReceivePageOption option); BitcoinAddressType getOptionToType(ReceivePageOption option); bool hasTaprootInput(PendingTransaction pendingTransaction); + bool getScanningActive(Object wallet); + void setScanningActive(Object wallet, bool active); } """;