[bisq-network/bisq] Vote Reveal - Silent Fail (#3758)

Christoph Atteneder notifications at github.com
Mon Feb 3 16:22:36 UTC 2020


ripcurlx requested changes on this pull request.

NACK

Formatting broken.

> +        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();
+        	}
+        });

Formatting broken

-- 
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/3758#pullrequestreview-352382042
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200203/7802f55c/attachment.html>


More information about the bisq-github mailing list