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>
<!-- service to handle messaging events -->
<service
<!-- commented out until we decide what to do -->
<!-- <service
android:name=".NotificationFcmService"
android:exported="false">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
</service> -->
<!-- service to handle the foreground service -->
<service

View file

@ -358,6 +358,7 @@ abstract class LightningWalletBase extends ElectrumWallet with Store {
int? chainTip,
ScanData? scanData,
bool? doSingleScan,
bool? usingElectrs,
}) async {
updateTransactions();
}