mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-25 20:16:05 +00:00
fix: build
This commit is contained in:
parent
0832e21638
commit
e8abd86d3c
1 changed files with 2 additions and 1 deletions
|
@ -181,7 +181,7 @@ class CWBitcoin extends Bitcoin {
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
ReceivePageOption getSelectedAddressType(Object wallet) {
|
BitcoinReceivePageOption getSelectedAddressType(Object wallet) {
|
||||||
final bitcoinWallet = wallet as ElectrumWallet;
|
final bitcoinWallet = wallet as ElectrumWallet;
|
||||||
return BitcoinReceivePageOption.fromType(bitcoinWallet.walletAddresses.addressPageType);
|
return BitcoinReceivePageOption.fromType(bitcoinWallet.walletAddresses.addressPageType);
|
||||||
}
|
}
|
||||||
|
@ -210,6 +210,7 @@ class CWBitcoin extends Bitcoin {
|
||||||
default:
|
default:
|
||||||
return SegwitAddresType.p2wpkh;
|
return SegwitAddresType.p2wpkh;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
List<BitcoinSilentPaymentAddressRecord> getSilentAddresses(Object wallet) {
|
List<BitcoinSilentPaymentAddressRecord> getSilentAddresses(Object wallet) {
|
||||||
final bitcoinWallet = wallet as ElectrumWallet;
|
final bitcoinWallet = wallet as ElectrumWallet;
|
||||||
|
|
Loading…
Reference in a new issue