mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Update DelayedPayoutTxReceiverService Activation Date
This commit is contained in:
parent
153e578d6c
commit
4f4f6de629
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class DelayedPayoutTxReceiverService implements DaoStateListener {
|
|||
// Activation date for bugfix of receiver addresses getting overwritten by a new compensation
|
||||
// requests change address.
|
||||
// See: https://github.com/bisq-network/bisq/issues/6699
|
||||
public static final Date BUGFIX_6699_ACTIVATION_DATE = Utilities.getUTCDate(2023, GregorianCalendar.JULY, 15);
|
||||
public static final Date BUGFIX_6699_ACTIVATION_DATE = Utilities.getUTCDate(2023, GregorianCalendar.JULY, 24);
|
||||
|
||||
public static boolean isBugfix6699Activated() {
|
||||
return new Date().after(BUGFIX_6699_ACTIVATION_DATE);
|
||||
|
|
Loading…
Add table
Reference in a new issue