[bisq-network/bisq] Add hint to upgrade to tor v3 (#5573)

Christoph Atteneder notifications at github.com
Wed Jun 23 11:39:29 CEST 2021


@ripcurlx commented on this pull request.



> @@ -33,7 +34,7 @@
     private static final Date REQUIRE_TOR_NODE_ADDRESS_V3_DATE = Utilities.getUTCDate(2021, GregorianCalendar.AUGUST, 15);
 
     public static boolean requiresNodeAddressUpdate() {
-        return new Date().after(REQUIRE_TOR_NODE_ADDRESS_V3_DATE);
+        return Config.baseCurrencyNetwork().isRegtest() || new Date().after(REQUIRE_TOR_NODE_ADDRESS_V3_DATE);

Damn - I left my Regtest test code in 😬 

-- 
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/5573#discussion_r656930277
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210623/0136ea3f/attachment.htm>


More information about the bisq-github mailing list