[bisq-network/bisq] Add hash of dao state (#2532)

Manfred Karrer notifications at github.com
Fri Mar 15 02:53:29 UTC 2019


ManfredKarrer commented on this pull request.



> +        daoStateNetworkService.addListener(this);
+    }
+
+    @Override
+    public void start() {
+    }
+
+
+    ///////////////////////////////////////////////////////////////////////////////////////////
+    // DaoStateListener
+    ///////////////////////////////////////////////////////////////////////////////////////////
+
+    @Override
+    public void onParseBlockChainComplete() {
+        parseBlockChainComplete = true;
+        daoStateNetworkService.addListeners();

Good spot. Will add a flag to protect against multiple calls.

-- 
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/2532#discussion_r265834821
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190314/4d833ab2/attachment.html>


More information about the bisq-github mailing list