<p><b>@devinbileck</b> requested changes on this pull request.</p>

<p>NACK<br>
The vote results are only populated if viewing the results on the first block of the results phase. If you try to view the results after that, they are still empty.</p><hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3492#discussion_r339425970">desktop/src/main/java/bisq/desktop/main/dao/governance/result/VoteResultView.java</a>:</p>
<pre style='color:#555'>> @@ -238,7 +239,11 @@ protected void deactivate() {
 
     @Override
     public void onParseBlockCompleteAfterBatchProcessing(Block block) {
-        int chainHeight = daoStateService.getChainHeight();
+        checkForResultPhase(daoStateService.getChainHeight());
+        fillCycleList();
+    }
+
+    private void checkForResultPhase(int chainHeight) {
         if (periodService.getFirstBlockOfPhase(chainHeight, DaoPhase.Phase.RESULT) == chainHeight) {
</pre>
<p>Shouldn't this be <code><= chainHeight</code>?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3492?email_source=notifications&email_token=AJFFTNXO5YLJAK7VUPWBMGDQQ2IL5A5CNFSM4JFUCWC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJLLKZQ#pullrequestreview-307672422">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNXZQ7JLLBZB5P54QQLQQ2IL5ANCNFSM4JFUCWCQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNVOVPFXBPLI72RH2TTQQ2IL5A5CNFSM4JFUCWC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJLLKZQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3492?email_source=notifications\u0026email_token=AJFFTNXO5YLJAK7VUPWBMGDQQ2IL5A5CNFSM4JFUCWC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJLLKZQ#pullrequestreview-307672422",
"url": "https://github.com/bisq-network/bisq/pull/3492?email_source=notifications\u0026email_token=AJFFTNXO5YLJAK7VUPWBMGDQQ2IL5A5CNFSM4JFUCWC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJLLKZQ#pullrequestreview-307672422",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>