Browse Source

Test

etomic
jl777 7 years ago
parent
commit
280426f36e
  1. 2
      crypto777/iguana_OS.c
  2. 2
      iguana/exchanges/LP_instantdex.c

2
crypto777/iguana_OS.c

@ -877,7 +877,7 @@ void *OS_loadfile(char *fname,char **bufp,long *lenp,long *allocsizep)
{ {
fclose(fp); fclose(fp);
*lenp = 0; *lenp = 0;
printf("OS_loadfile null size.(%s)\n",fname); //printf("OS_loadfile null size.(%s)\n",fname);
return(0); return(0);
} }
if ( filesize > buflen-1 ) if ( filesize > buflen-1 )

2
iguana/exchanges/LP_instantdex.c

@ -283,7 +283,7 @@ char *LP_instantdex_claim(struct iguana_info *coin)
for (i=0; i<n; i++) for (i=0; i<n; i++)
{ {
utxotxid = jbits256i(array,i); utxotxid = jbits256i(array,i);
char str[65]; printf("%s\n",bits256_str(str,utxotxid)); //char str[65]; printf("%s\n",bits256_str(str,utxotxid));
if ( LP_claim_submit(ctx,txids,&sum,coin,utxotxid) == 0 ) if ( LP_claim_submit(ctx,txids,&sum,coin,utxotxid) == 0 )
jaddibits256(newarray,utxotxid); jaddibits256(newarray,utxotxid);
} }

Loading…
Cancel
Save