Skip to content

Commit 170a50d

Browse files
jvsena42piotr-iohk
authored andcommitted
fix: comment out fetchOrphanedChannelMonitorsIfNeeded temporarily
1 parent 00766ae commit 170a50d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/to/bitkit/viewmodels/WalletViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ class WalletViewModel @Inject constructor(
306306
if (_restoreState.value.isIdle()) {
307307
walletRepo.refreshBip21()
308308
}
309-
checkForOrphanedChannelMonitorRecovery()
309+
// checkForOrphanedChannelMonitorRecovery()
310310
}
311311
.onFailure {
312312
Logger.error("Node startup error", it, context = TAG)

0 commit comments

Comments
 (0)