<p><b>@sqrrm</b> approved this pull request.</p>

<p>utACK</p><hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3492#discussion_r339466508">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><code>periodService.getFirstBlockOfPhase</code> gets the height of the first block of the current phase so this check will return true for all <code>chainHeight</code> in the <code>RESULT</code> phase.</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=AJFFTNWOMFAK6ILW4Y2AYB3QQ2WTFA5CNFSM4JFUCWC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJLX4CQ#pullrequestreview-307723786">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNXAVIBECMWZZHLPDQDQQ2WTFANCNFSM4JFUCWCQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNUIDQTHRPGPI6DKBK3QQ2WTFA5CNFSM4JFUCWC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJLX4CQ.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=AJFFTNWOMFAK6ILW4Y2AYB3QQ2WTFA5CNFSM4JFUCWC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJLX4CQ#pullrequestreview-307723786",
"url": "https://github.com/bisq-network/bisq/pull/3492?email_source=notifications\u0026email_token=AJFFTNWOMFAK6ILW4Y2AYB3QQ2WTFA5CNFSM4JFUCWC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJLX4CQ#pullrequestreview-307723786",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>