Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
blackjok3rtt authored Dec 16, 2018
1 parent 92c9ee7 commit c17728c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/komodo_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -1676,11 +1676,11 @@ void komodo_args(char *argv0)
for (i=0; i<64; i++)
if ( strcmp(NOTARY_PUBKEY.c_str(),Notaries_elected1[i][1]) == 0 )
{
IS_KOMODO_NOTARY = 1;
KOMODO_MININGTHREADS = 1;
mapArgs ["-genproclimit"] = itostr(KOMODO_MININGTHREADS);
fprintf(stderr,"running as notary.%d %s\n",i,Notaries_elected1[i][0]);
break;
IS_KOMODO_NOTARY = 1;
KOMODO_MININGTHREADS = 1;
mapArgs ["-genproclimit"] = itostr(KOMODO_MININGTHREADS);
fprintf(stderr,"running as notary.%d %s\n",i,Notaries_elected1[i][0]);
break;
}
}
//KOMODO_PAX = 1;
Expand Down Expand Up @@ -1781,11 +1781,11 @@ void komodo_args(char *argv0)
// for now, we only support 50% PoS due to other parts of the algorithm needing adjustment for
// other values
if ( (ASSETCHAINS_LWMAPOS = GetArg("-ac_veruspos",0)) != 0 )
{
{
ASSETCHAINS_LWMAPOS = 50;
if ( GetBoolArg("-gen", false) != 0 )
VERUS_MINTBLOCKS = true;
}
if ( GetBoolArg("-gen", false) != 0 )
VERUS_MINTBLOCKS = true;
}
ASSETCHAINS_SAPLING = GetArg("-ac_sapling", -1);
if (ASSETCHAINS_SAPLING == -1)
{
Expand Down

0 comments on commit c17728c

Please sign in to comment.