mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +01:00
Change activation data to 17.2
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
645b518582
commit
2b25107f09
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import java.util.Date;
|
|||
import java.util.GregorianCalendar;
|
||||
|
||||
public class Restrictions {
|
||||
private static final Date MIN_SECURITY_DEPOSIT_CHANGE_ACTIVATION_DATE = Utilities.getUTCDate(2025, GregorianCalendar.APRIL, 1);
|
||||
private static final Date MIN_SECURITY_DEPOSIT_CHANGE_ACTIVATION_DATE = Utilities.getUTCDate(2025, GregorianCalendar.FEBRUARY, 17);
|
||||
|
||||
private static Coin MIN_TRADE_AMOUNT;
|
||||
private static Coin MIN_BUYER_SECURITY_DEPOSIT;
|
||||
|
|
Loading…
Add table
Reference in a new issue