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

<p>NACK</p>
<p>Please see my comments. Also please rebase your PR so it is easier to test locally and I think it will remove one necessary change you did to the editorconfig file. Actually my checkstyle configuration should now catch this issues, but somehow running a recheck didn't do the trick yet.</p><hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3758#discussion_r375900731">core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java</a>:</p>
<pre style='color:#555'>> @@ -83,10 +79,12 @@
     private final BtcWalletService btcWalletService;
     private final P2PService p2PService;
     private final WalletsManager walletsManager;
-
+    
</pre>
<p>No empty spaces</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3758#discussion_r375901028">core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java</a>:</p>
<pre style='color:#555'>>      @Getter
     private final ObservableList<VoteRevealException> voteRevealExceptions = FXCollections.observableArrayList();
     private final List<VoteRevealTxPublishedListener> voteRevealTxPublishedListeners = new ArrayList<>();
+    private final List<VoteRevealTxFailedListener> voteRevealTxFailedListeners = new ArrayList<>();
+    
</pre>
<p>No empty spaces</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3758#discussion_r375901636">desktop/src/main/java/bisq/desktop/main/dao/DaoView.java</a>:</p>
<pre style='color:#555'>>                      .feedback(Res.get("dao.voteReveal.txPublished", txId))
                     .show();
         });
+
+        voteRevealService.addVoteRevealTxFailedListener((exception) -> {
+            String key = "showVoteRevealFailedWarnPopupOnStartup" + exception.getBlindVoteTxId();
+            if(preferences.showAgain(key)) {
</pre>
<p><code>if (preferences.showAgain(key)) {</code> whitespace is missing after <code>if</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/3758?email_source=notifications&email_token=AJFFTNTQGXQZ35RRZVTUNWTRBQUEJA5CNFSM4JW2OKQKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUQ5CYI#pullrequestreview-354537825">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNU6BS2K57LZOQPVRQTRBQUEJANCNFSM4JW2OKQA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNR7VHYPWCAMQGQG6W3RBQUEJA5CNFSM4JW2OKQKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUQ5CYI.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=AJFFTNTQGXQZ35RRZVTUNWTRBQUEJA5CNFSM4JW2OKQKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUQ5CYI#pullrequestreview-354537825",
"url": "https://github.com/bisq-network/bisq/pull/3758?email_source=notifications\u0026email_token=AJFFTNTQGXQZ35RRZVTUNWTRBQUEJA5CNFSM4JW2OKQKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUQ5CYI#pullrequestreview-354537825",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>