Browse Source

test

release/v0.1
jl777 8 years ago
parent
commit
13fd2ff20c
  1. 2
      iguana/iguana_txidfind.c

2
iguana/iguana_txidfind.c

@ -233,7 +233,7 @@ uint32_t iguana_sparseaddpk(uint8_t *bits,int32_t width,uint32_t tablesize,uint8
{ {
//int32_t i; for (i=0; i<20; i++) //int32_t i; for (i=0; i<20; i++)
// printf("%02x",rmd160[i]); // printf("%02x",rmd160[i]);
//char str[65]; printf(" sparseaddpk pkind.%d bits.%p\n",pkind,bits); //printf(" sparseaddpk pkind.%d bits.%p\n",pkind,bits);
memcpy(&key0,rmd160,sizeof(key0)); memcpy(&key0,rmd160,sizeof(key0));
memcpy(&key1,&rmd160[sizeof(key0)],sizeof(key1)); memcpy(&key1,&rmd160[sizeof(key0)],sizeof(key1));
memcpy(&key2,&rmd160[sizeof(key0) + sizeof(key1)],sizeof(key2)); memcpy(&key2,&rmd160[sizeof(key0) + sizeof(key1)],sizeof(key2));

Loading…
Cancel
Save