mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-30 22:46:10 +00:00
merge build fix
This commit is contained in:
parent
2914e4d6ea
commit
f099bba89f
1 changed files with 0 additions and 6 deletions
|
@ -629,12 +629,6 @@ class CWBitcoin extends Bitcoin {
|
|||
return litecoinWallet.mwebEnabled;
|
||||
}
|
||||
|
||||
@override
|
||||
dynamic getMwebStub(Object wallet) {
|
||||
final litecoinWallet = wallet as LitecoinWallet;
|
||||
return litecoinWallet.getStub();
|
||||
}
|
||||
|
||||
@override
|
||||
dynamic getStatusRequest(Object wallet) {
|
||||
final litecoinWallet = wallet as LitecoinWallet;
|
||||
|
|
Loading…
Reference in a new issue