Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
10ebf00672
  1. 2
      iguana/iguana_unspents.c

2
iguana/iguana_unspents.c

@ -938,7 +938,7 @@ int64_t iguana_fastfindcreate(struct iguana_info *coin)
if ( j < num ) if ( j < num )
{ {
hash2 = sortbuf[j]; hash2 = sortbuf[j];
char str[65]; printf("%d %s\n",j,bits256_str(str,hash2)); //char str[65]; printf("%d %s\n",j,bits256_str(str,hash2));
} }
} }
if ( fwrite(hashtable,sizeof(*hashtable),tablesize,coin->fastfps[i]) == tablesize ) if ( fwrite(hashtable,sizeof(*hashtable),tablesize,coin->fastfps[i]) == tablesize )

Loading…
Cancel
Save