Skip to content

Commit

Permalink
Merge #6438: feat: increase threshold from 2000 DASH to 21M DASH for …
Browse files Browse the repository at this point in the history
…CJ amount with UI

0a63029 feat: increase threshold from 2000 DASH to 21M DASH for CJ amount in option (Konstantin Akimov)

Pull request description:

  ## Issue being fixed or feature implemented
  With rpc and command line option you can choose any amount of CJ (threshold to stop), but UI let to choose maximum 2000 Dash.
  Assuming, that Evo collateral is 4000 it's unwisely to limit UI to just 2k.

  ## What was done?
  Limits are increased to `MAX_COINJOIN_AMOUNT` (21M)

  ## How Has This Been Tested?
  Run UI and set

  ## Breaking Changes
  n/a

  ## Checklist:
  - [x] I have performed a self-review of my own code
  - [ ] I have commented my code, particularly in hard-to-understand areas
  - [ ] I have added or updated relevant unit/integration/functional/e2e tests
  - [ ] I have made corresponding changes to the documentation
  - [x] I have assigned this pull request to a milestone

ACKs for top commit:
  UdjinM6:
    utACK 0a63029
  PastaPastaPasta:
    utACK 0a63029

Tree-SHA512: 0e3498b3788e3786d51b4f0534e719201ce2c90ddba094f7e1d7a8ee5f88d860db62efc480c1910d80fe2c0ec4536c9f339a4a0c36ab781974da03b1453cdfd0
PastaPastaPasta committed Dec 2, 2024
2 parents f6edb8a + 0a63029 commit a82d33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/forms/optionsdialog.ui
Original file line number Diff line number Diff line change
@@ -532,7 +532,7 @@
<number>2</number>
</property>
<property name="maximum">
<number>2000</number>
<number>21000000</number>
</property>
<property name="singleStep">
<number>10</number>

0 comments on commit a82d33e

Please sign in to comment.