Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Feb 2, 2024
1 parent 234c7b6 commit d93d0aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wallet/src/de/schildbach/wallet/service/CoinJoinService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ class CoinJoinMixingService @Inject constructor(
}

private suspend fun updateBalance(balance: Coin) {
// leave this ui scope
// Context.propagate(walletDataProvider.wallet!!.context)
CoinJoinClientOptions.setAmount(balance)
log.info("coinjoin: total balance: ${balance.toFriendlyString()}")
val walletEx = walletDataProvider.wallet as WalletEx
Expand Down Expand Up @@ -523,7 +521,6 @@ class CoinJoinMixingService @Inject constructor(
}

private suspend fun startMixing(): Boolean {
// Context.propagate(walletDataProvider.wallet!!.context)
val filter = IntentFilter().apply {
addAction(Intent.ACTION_TIME_CHANGED)
}
Expand All @@ -535,7 +532,6 @@ class CoinJoinMixingService @Inject constructor(
} else {
// run this on a different thread?
val asyncStart = coroutineScope.async(Dispatchers.IO) {
// Context.propagate(walletDataProvider.wallet!!.context)
coinJoinManager?.initMasternodeGroup(blockChain)
clientManager.doAutomaticDenominating()
}
Expand Down

0 comments on commit d93d0aa

Please sign in to comment.