minor code cleanup

This commit is contained in:
Matthew Fosse 2024-06-13 11:19:38 -07:00
parent 7a4d4d6815
commit f81fe182b9
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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();
} }