dashpay / dash-wallet

Dash Wallet for Android
https://dash.org
173 stars 169 forks source link

feat: add privacy modes to CoinJoinService #1113

Closed HashEngineering closed 1 year ago

HashEngineering commented 1 year ago

Issue being fixed or feature implemented

To use this:

  1. inject CoinJoinService into your view model
  2. call coinJoinService.setMode, using BASIC, INTERMEDIATE or ADVANCED.

Known issues: If the app is restarted in INTERMEDIATE or ADVANCED mode, it will restart in BASIC mode because this setting is not saved.

Related PR's and Dependencies

Screenshots / Videos

How Has This Been Tested?

Checklist:

HashEngineering commented 1 year ago

This was merged in a separate PR.