[bisq-network/bisq] [WIP] Backup, restore and create a new onion address via GUI (#3044)

Florian Reimair notifications at github.com
Tue Aug 20 11:25:32 UTC 2019


freimair commented on this pull request.



>                      }
-                    return null;
-                });
-                hiddenServiceSocket.addReadyListener(hiddenServiceSocket1 -> { onHSReady.countDown(); return null;} );
-                log.info("It will take some time for the HS to be reachable (~40 seconds). You will be notified about this");
-                return nodeAddress;
+                }.start();
+            } catch (final Exception e) {
+                log.error(e.toString());
+                e.printStackTrace();
+            }
+            return null;
+        });
+        hiddenServiceSocket.addReadyListener(hiddenServiceSocket1 -> {

because of readability. separation of concerns.

-- 
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/3044#discussion_r315636683
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190820/0dbbe272/attachment.html>


More information about the bisq-github mailing list