This commit is contained in:
jl777
2018-11-25 02:59:59 -11:00
parent 128658e885
commit d295a9aa9b

View File

@@ -816,6 +816,7 @@ int32_t have_pending_opid(char *coinstr)
{
if ( (status= z_getoperationstatus(coinstr,"",jstri(array,i))) != 0 )
{
printf("status.(%s)\n",jprint(status,0));
if ( (statusstr= jstr(status,"status")) != 0 )
{
if ( strcmp(statusstr,"executing") == 0 )