[bisq-network/bisq] Misc dao improvements (#2556)

Manfred Karrer notifications at github.com
Thu Mar 21 05:33:06 UTC 2019


ManfredKarrer commented on this pull request.



>          if (proposalStateBlockChain.isEmpty() && blockHeight > genesisBlockHeight) {
             // Takes about 150 ms for dao testnet data
             long ts = System.currentTimeMillis();
             for (int i = genesisBlockHeight; i < blockHeight; i++) {
-                maybeUpdateHashChain(i);
+                hashChainUpdated = hashChainUpdated || maybeUpdateHashChain(i);
+            }
+            if (hashChainUpdated) {
+                log.info("updateHashChain for {} items took {} ms",

Fixed in new commit.

-- 
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/2556#discussion_r267629167
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190320/fd6c4314/attachment.html>


More information about the bisq-github mailing list