From 15821279f6397e3f8e57af5f58a187fab34bfa12 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 11 Oct 2016 09:47:36 -0300 Subject: [PATCH] test --- iguana/iguana_notary.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 479ac79c5..ff07bded5 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -749,7 +749,7 @@ int32_t dpow_mostsignedtx(struct supernet_info *myinfo,struct dpow_info *dp,stru { for (j=0; jDPOW.minerkey33[j+1]; - if ( (retarray= basilisk_channelget(myinfo,srchash,desthash,channel,height,0)) != 0 ) + if ( (retarray= basilisk_channelget(myinfo,srchash,desthash,channel,height,1)) != 0 ) { //printf("TXIDUPDATE.(%s)\n",jprint(retarray,0)); if ( (m= cJSON_GetArraySize(retarray)) != 0 ) @@ -879,7 +879,7 @@ uint32_t dpow_statemachineiterate(struct supernet_info *myinfo,struct dpow_info desthash.bytes[j] = notaries[i].pubkey[j+1]; basilisk_channelsend(myinfo,srchash,desthash,channel,heightmsg,data,len,120); } - if ( (retarray= basilisk_channelget(myinfo,srchash,zero,channel,heightmsg,0)) != 0 ) + if ( (retarray= basilisk_channelget(myinfo,srchash,zero,channel,heightmsg,1)) != 0 ) { responded = cJSON_GetArraySize(retarray); free_json(retarray);