mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-13 11:09:10 +01:00
Merge pull request #6735 from alvasw/update_dpt_receiver_service_activation_date
Update DelayedPayoutTxReceiverService Activation Date
This commit is contained in:
commit
71982966f6
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