This commit is contained in:
jl777
2017-02-02 21:41:24 +02:00
parent 448b1642ba
commit 3c525df16f
2 changed files with 3 additions and 5 deletions

View File

@@ -133,7 +133,7 @@ int32_t komodo_electednotary(uint8_t *pubkey33,int32_t height)
{
if ( strcmp(pubkeystr,(char *)Notaries_elected[i][1]) == 0 )
{
printf("i.%d -> elected %s\n",i,(char *)Notaries_elected[i][1]);
//printf("i.%d -> elected %s\n",i,(char *)Notaries_elected[i][1]);
return(i);
}
}