|
@ -699,6 +699,7 @@ int32_t dpow_mostsignedtx(struct supernet_info *myinfo,struct dpow_info *dp,stru |
|
|
srchash.bytes[j] = notaries[i].pubkey[j+1]; |
|
|
srchash.bytes[j] = notaries[i].pubkey[j+1]; |
|
|
if ( (retarray= basilisk_channelget(myinfo,srchash,desthash,channel,height,0)) != 0 ) |
|
|
if ( (retarray= basilisk_channelget(myinfo,srchash,desthash,channel,height,0)) != 0 ) |
|
|
{ |
|
|
{ |
|
|
|
|
|
printf("RETARRAY.(%s)\n",jprint(retarray,0)); |
|
|
if ( (m= cJSON_GetArraySize(retarray)) != 0 ) |
|
|
if ( (m= cJSON_GetArraySize(retarray)) != 0 ) |
|
|
{ |
|
|
{ |
|
|
for (k=0; k<m; k++) |
|
|
for (k=0; k<m; k++) |
|
|