fix vote default value for suprnova

This commit is contained in:
Tanguy Pruvot 2016-05-20 22:26:28 +02:00
parent 282129f584
commit 1b124720fe

View File

@ -3186,7 +3186,7 @@ static void parse_cmdline(int argc, char *argv[])
show_usage_and_exit(1);
}
if (opt_algo == ALGO_DECRED && opt_vote == 9999) {
if (opt_vote == 9999) {
opt_vote = 0; // default, don't vote
}
}