Skip to content

Commit

Permalink
Merge pull request #6735 from alvasw/update_dpt_receiver_service_acti…
Browse files Browse the repository at this point in the history
…vation_date

Update DelayedPayoutTxReceiverService Activation Date
  • Loading branch information
alejandrogarcia83 authored Jun 22, 2023
2 parents 153e578 + 4f4f6de commit 7198296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7198296

Please sign in to comment.