mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +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>
|
||||
|
||||
<!-- 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
|
||||
|
|
|
@ -358,6 +358,7 @@ abstract class LightningWalletBase extends ElectrumWallet with Store {
|
|||
int? chainTip,
|
||||
ScanData? scanData,
|
||||
bool? doSingleScan,
|
||||
bool? usingElectrs,
|
||||
}) async {
|
||||
updateTransactions();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue