[bisq-network/bisq] Update view on activation with block at current chain height (#2409)

Christoph Atteneder notifications at github.com
Tue Feb 12 14:53:58 UTC 2019


ripcurlx commented on this pull request.



> @@ -484,6 +485,15 @@ public int getChainHeight() {
         return daoStateService.getChainHeight();
     }
 
+    public Block getBlockAtChainHeight() {
+        return getBlockAtHeight(getChainHeight());
+    }
+
+    public Block getBlockAtHeight(int chainHeight) {

I've already changed everything to Optional. Please see my force pushed state.

-- 
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/2409#discussion_r255988705
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190212/94c64476/attachment.html>


More information about the bisq-github mailing list