From 964407f8e0ac3841b171c06d253d0af57a06a230 Mon Sep 17 00:00:00 2001 From: sqrrm Date: Sun, 3 Feb 2019 18:47:46 +0100 Subject: [PATCH] Update core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java Co-Authored-By: ManfredKarrer --- .../bisq/core/dao/governance/votereveal/VoteRevealService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java b/core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java index 2a1fd2f6f7..47d9d5b906 100644 --- a/core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java +++ b/core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java @@ -197,7 +197,7 @@ public class VoteRevealService implements DaoStateListener, DaoSetupService { // Standard case that we are in the correct phase and cycle and create the reveal tx. revealVote(myVote, true); } else { - // We missed the vote reveal phase but publish a vote reveal tx to unlock he blind vote stake. + // We missed the vote reveal phase but publish a vote reveal tx to unlock the blind vote stake. boolean isAfterVoteRevealPhase = periodService.getPhaseForHeight(chainHeight).ordinal() > DaoPhase.Phase.VOTE_REVEAL.ordinal(); // We missed the reveal phase but we are in the correct cycle