[bisq-network/bisq] Add check for account age to apply restrictions (#2801)

Christoph Atteneder notifications at github.com
Fri May 3 10:03:04 UTC 2019


ripcurlx commented on this pull request.



> @@ -63,6 +63,7 @@
 public class AccountAgeWitnessService {
     private static final Date RELEASE = Utilities.getUTCDate(2017, GregorianCalendar.NOVEMBER, 11);
     public static final Date FULL_ACTIVATION = Utilities.getUTCDate(2018, GregorianCalendar.FEBRUARY, 15);
+    public static final long SAFE_ACCOUNT_AGE_DATE = Utilities.getUTCDate(2019, GregorianCalendar.MARCH, 15).getTime();

I think we should re-use the static from AccountAgeRestrictions

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2801#pullrequestreview-233366937
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190503/59b3797e/attachment.html>


More information about the bisq-github mailing list