Verify gatewaysmarkdone
This commit is contained in:
@@ -459,7 +459,7 @@ cJSON *get_gatewayspending(char *acname,char *oraclestxidstr,char *coin)
|
|||||||
cJSON *retjson; char *retstr;
|
cJSON *retjson; char *retstr;
|
||||||
if ( (retjson= get_komodocli(&retstr,acname,"gatewayspending",oraclestxidstr,coin,"")) != 0 )
|
if ( (retjson= get_komodocli(&retstr,acname,"gatewayspending",oraclestxidstr,coin,"")) != 0 )
|
||||||
{
|
{
|
||||||
printf("pending.(%s)\n",jprint(retjson,0));
|
//printf("pending.(%s)\n",jprint(retjson,0));
|
||||||
return(retjson);
|
return(retjson);
|
||||||
}
|
}
|
||||||
else if ( retstr != 0 )
|
else if ( retstr != 0 )
|
||||||
|
|||||||
Reference in New Issue
Block a user