Skip to content

Commit

Permalink
chore: remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Dec 11, 2024
1 parent 5867cc9 commit a0bd337
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wallet/src/de/schildbach/wallet/ui/more/SettingsViewModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import kotlinx.coroutines.flow.launchIn
import kotlinx.coroutines.flow.onEach
import org.bitcoinj.wallet.Wallet
import org.bitcoinj.wallet.WalletEx
import org.dash.wallet.common.Configuration
import org.dash.wallet.common.WalletDataProvider
import org.dash.wallet.common.data.WalletUIConfig
import org.dash.wallet.common.services.analytics.AnalyticsService
Expand All @@ -41,7 +40,6 @@ import javax.inject.Inject
@HiltViewModel
class SettingsViewModel @Inject constructor(
private val walletApplication: WalletApplication,
private val configuration: Configuration,
private val walletUIConfig: WalletUIConfig,
private val coinJoinConfig: CoinJoinConfig,
private val coinJoinService: CoinJoinService,
Expand Down

0 comments on commit a0bd337

Please sign in to comment.