mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
Merge #6438: feat: increase threshold from 2000 DASH to 21M DASH for CJ amount with UI
0a63029c96
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: utACK0a63029c96
PastaPastaPasta: utACK0a63029c96
Tree-SHA512: 0e3498b3788e3786d51b4f0534e719201ce2c90ddba094f7e1d7a8ee5f88d860db62efc480c1910d80fe2c0ec4536c9f339a4a0c36ab781974da03b1453cdfd0
This commit is contained in:
commit
a82d33e31a
@ -532,7 +532,7 @@
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>2000</number>
|
||||
<number>21000000</number>
|
||||
</property>
|
||||
<property name="singleStep">
|
||||
<number>10</number>
|
||||
|
Loading…
Reference in New Issue
Block a user