|
@ -911,8 +911,8 @@ STRING_ARG(dpow,active,maskhex) |
|
|
else jaddistr(notarray,Notaries_elected[i][0]); |
|
|
else jaddistr(notarray,Notaries_elected[i][0]); |
|
|
} |
|
|
} |
|
|
retjson = cJSON_CreateArray(); |
|
|
retjson = cJSON_CreateArray(); |
|
|
jadd(retjson,"good",array); |
|
|
jadd(retjson,"set",array); |
|
|
jadd(retjson,"bad",notarray); |
|
|
jadd(retjson,"not",notarray); |
|
|
return(jprint(retjson,1)); |
|
|
return(jprint(retjson,1)); |
|
|
} else return(clonestr("{\"error\":\"maskhex too long\"}")); |
|
|
} else return(clonestr("{\"error\":\"maskhex too long\"}")); |
|
|
} |
|
|
} |
|
|