mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Update core/src/main/java/bisq/core/dao/governance/votereveal/VoteRevealService.java
Co-Authored-By: ManfredKarrer <mk@nucleo.io>
This commit is contained in:
parent
25948c966e
commit
964407f8e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user