|
|
@ -65,7 +65,6 @@ int32_t komodo_initjson(char *fname) |
|
|
|
{ |
|
|
|
if ( (argjson= cJSON_Parse(fstr)) != 0 ) |
|
|
|
{ |
|
|
|
printf("(%s)\n",fstr); |
|
|
|
if ( (port= juint(argjson,"port")) != 0 ) |
|
|
|
Notaries_port = port; |
|
|
|
if ( (num= juint(argjson,"BTCminsigs")) > Notaries_BTCminsigs ) |
|
|
@ -91,7 +90,7 @@ int32_t komodo_initjson(char *fname) |
|
|
|
{ |
|
|
|
Notaries_elected[i][0] = clonestr(field); |
|
|
|
Notaries_elected[i][1] = clonestr(hexstr); |
|
|
|
printf("%d of %d: %s %s\n",i,n,field,hexstr); |
|
|
|
//printf("%d of %d: %s %s\n",i,n,field,hexstr);
|
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|