From a4dc1ac04a0e4600e0f64d22666ee82c4b8ee4f5 Mon Sep 17 00:00:00 2001 From: jmacxx <47253594+jmacxx@users.noreply.github.com> Date: Tue, 2 Jan 2024 07:14:45 -0600 Subject: [PATCH] Activate proposal 412 a month later: Feb 1 2024. --- .../core/dao/burningman/DelayedPayoutTxReceiverService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/bisq/core/dao/burningman/DelayedPayoutTxReceiverService.java b/core/src/main/java/bisq/core/dao/burningman/DelayedPayoutTxReceiverService.java index 81bf20fbfb..cf32e6249d 100644 --- a/core/src/main/java/bisq/core/dao/burningman/DelayedPayoutTxReceiverService.java +++ b/core/src/main/java/bisq/core/dao/burningman/DelayedPayoutTxReceiverService.java @@ -57,7 +57,7 @@ public class DelayedPayoutTxReceiverService implements DaoStateListener { // See: https://github.com/bisq-network/bisq/issues/6699 public static final Date BUGFIX_6699_ACTIVATION_DATE = Utilities.getUTCDate(2023, GregorianCalendar.JULY, 24); // See: https://github.com/bisq-network/proposals/issues/412 - public static final Date PROPOSAL_412_ACTIVATION_DATE = Utilities.getUTCDate(2024, GregorianCalendar.JANUARY, 1); + public static final Date PROPOSAL_412_ACTIVATION_DATE = Utilities.getUTCDate(2024, GregorianCalendar.FEBRUARY, 1); public static boolean isBugfix6699Activated() { return new Date().after(BUGFIX_6699_ACTIVATION_DATE);