mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 21:04:53 +00:00
chore: build configure
This commit is contained in:
parent
8ed3e41b2b
commit
d6de17c710
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
""";
|
||||
|
||||
|
|
Loading…
Reference in a new issue