Skip to content

Commit

Permalink
removing manual voting for soft-fork condition
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Aug 7, 2022
1 parent 08b0d74 commit 3b25387
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ object CandidateGenerator extends ScorexLogging {

betterVersion &&
forkVotingAllowed &&
(ergoSettings.votingTargets.softFork != 0 && nextHeightCondition)
nextHeightCondition
}

/**
Expand Down

0 comments on commit 3b25387

Please sign in to comment.