From 05b7eb93dc89b7af58347eacb67286d9045a324e Mon Sep 17 00:00:00 2001 From: HenrikJannsen Date: Sat, 1 Feb 2025 14:30:34 +0700 Subject: [PATCH] Change activation data to 17.2 Signed-off-by: HenrikJannsen --- core/src/main/java/bisq/core/offer/OfferRestrictions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/bisq/core/offer/OfferRestrictions.java b/core/src/main/java/bisq/core/offer/OfferRestrictions.java index bae297c3a3..05b2339e3e 100644 --- a/core/src/main/java/bisq/core/offer/OfferRestrictions.java +++ b/core/src/main/java/bisq/core/offer/OfferRestrictions.java @@ -31,7 +31,7 @@ import java.util.Map; public class OfferRestrictions { - public static final Date TOLERATED_SMALL_TRADE_AMOUNT_CHANGE_ACTIVATION_DATE = Utilities.getUTCDate(2025, GregorianCalendar.APRIL, 1); + public static final Date TOLERATED_SMALL_TRADE_AMOUNT_CHANGE_ACTIVATION_DATE = Utilities.getUTCDate(2025, GregorianCalendar.FEBRUARY, 17); // The date when traders who have not upgraded to a Tor v3 Node Address cannot take offers and their offers become // invisible.