mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-25 08:39:06 +00:00
minor code cleanup
This commit is contained in:
parent
7a4d4d6815
commit
f81fe182b9
2 changed files with 4 additions and 2 deletions
|
@ -118,13 +118,14 @@
|
||||||
</provider>
|
</provider>
|
||||||
|
|
||||||
<!-- service to handle messaging events -->
|
<!-- service to handle messaging events -->
|
||||||
<service
|
<!-- commented out until we decide what to do -->
|
||||||
|
<!-- <service
|
||||||
android:name=".NotificationFcmService"
|
android:name=".NotificationFcmService"
|
||||||
android:exported="false">
|
android:exported="false">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="com.google.firebase.MESSAGING_EVENT" />
|
<action android:name="com.google.firebase.MESSAGING_EVENT" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</service>
|
</service> -->
|
||||||
|
|
||||||
<!-- service to handle the foreground service -->
|
<!-- service to handle the foreground service -->
|
||||||
<service
|
<service
|
||||||
|
|
|
@ -358,6 +358,7 @@ abstract class LightningWalletBase extends ElectrumWallet with Store {
|
||||||
int? chainTip,
|
int? chainTip,
|
||||||
ScanData? scanData,
|
ScanData? scanData,
|
||||||
bool? doSingleScan,
|
bool? doSingleScan,
|
||||||
|
bool? usingElectrs,
|
||||||
}) async {
|
}) async {
|
||||||
updateTransactions();
|
updateTransactions();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue