<p><b>@niyid</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3758#discussion_r374212891">desktop/src/main/java/bisq/desktop/main/dao/DaoView.java</a>:</p>
<pre style='color:#555'>> +        voteRevealService.addVoteRevealTxFailedListener((exception) -> {
+               String key = "showVoteRevealFailedWarnPopupOnStartup" + exception.getBlindVoteTxId();
+               if(preferences.showAgain(key)) {
+                new Popup().headLine(Res.get("dao.voteReveal.txFailed.headLine"))
+                       .dontShowAgainId(key)
+                .error(Res.get("dao.voteReveal.txFailed", exception.getBlindVoteTxId(), exception.getLocalizedMessage()))
+                .show();
+               }
+        });
</pre>
<p>Ah. Fixed.</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/3758?email_source=notifications&email_token=AJFFTNWY34YDBLNHHQJZCKLRBBCVVA5CNFSM4JW2OKQKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUAS5EA#discussion_r374212891">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNTY2LIATT4S3CLYPV3RBBCVVANCNFSM4JW2OKQA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNS7BI22JEJHG6PKXZLRBBCVVA5CNFSM4JW2OKQKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUAS5EA.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/3758?email_source=notifications\u0026email_token=AJFFTNWY34YDBLNHHQJZCKLRBBCVVA5CNFSM4JW2OKQKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUAS5EA#discussion_r374212891",
"url": "https://github.com/bisq-network/bisq/pull/3758?email_source=notifications\u0026email_token=AJFFTNWY34YDBLNHHQJZCKLRBBCVVA5CNFSM4JW2OKQKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUAS5EA#discussion_r374212891",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>