diff --git a/crypto777/iguana_OS.c b/crypto777/iguana_OS.c index a2a3fef73..a430535ab 100755 --- a/crypto777/iguana_OS.c +++ b/crypto777/iguana_OS.c @@ -284,8 +284,8 @@ void *queue_delete(queue_t *queue,struct queueitem *copy,int32_t copysize,int32_ DL_DELETE(queue->list,item); portable_mutex_unlock(&queue->mutex); //printf("name.(%s) deleted item.%p list.%p\n",queue->name,item,queue->list); - if ( freeitem != 0 ) - myfree(item,copysize); + //if ( freeitem != 0 ) + // myfree(item,copysize); return(item); } } diff --git a/deprecated/obsolete.h b/deprecated/obsolete.h index b05e5ca86..61cf7e345 100755 --- a/deprecated/obsolete.h +++ b/deprecated/obsolete.h @@ -19618,3 +19618,21 @@ len = 0; { return(komodo_blockhdrcheck(block,nBitsp)); }*/ + if ( (retstr= komodo_issuemethod((char *)"listtransactions",0,7771)) != 0 ) + { + //printf("LIST.(%s)\n",retstr); + if ( (listobj= cJSON_Parse(retstr)) != 0 ) + { + if ( (array= jarray(&num,listobj,(char *)"result")) != 0 ) + { + for (i=0; i