Update core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java

Co-Authored-By: ManfredKarrer <mk@nucleo.io>
This commit is contained in:
sqrrm 2019-02-03 18:47:46 +01:00 committed by GitHub
parent 25948c966e
commit 964407f8e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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