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

niyid notifications at github.com
Mon Feb 3 16:44:10 UTC 2020


niyid commented on this pull request.



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

Ah. Fixed.

-- 
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#discussion_r374212891
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200203/d10443f4/attachment-0001.html>


More information about the bisq-github mailing list