This commit is contained in:
jl777
2016-11-19 14:19:56 -03:00
parent 8afdc8e7b1
commit 9f33e1766b

View File

@@ -153,7 +153,9 @@ int32_t komodo_parsestatefile(struct komodo_state *sp,FILE *fp,char *symbol,char
if ( fread(opret,1,olen,fp) != olen )
errs++;
//if ( matched != 0 ) global shared state -> global PAX
printf("%s load[%s] opret[%c] len.%d %.8f\n",ASSETCHAINS_SYMBOL,symbol,opret[0],olen,(double)ovalue/COIN);
for (i=0; i<olen; i++)
printf("%02x",opret[i]);
printf(" %s load[%s] opret[%c] len.%d %.8f\n",ASSETCHAINS_SYMBOL,symbol,opret[0],olen,(double)ovalue/COIN);
komodo_eventadd_opreturn(sp,symbol,ht,txid,ovalue,v,opret,olen);
} else printf("illegal olen.%u\n",olen);
}