Verify gatewaysmarkdone

This commit is contained in:
jl777
2018-09-12 08:54:22 -11:00
parent 9f72c41af3
commit b9de8352c7

View File

@@ -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 )