Browse Source

Test

etomic
jl777 8 years ago
parent
commit
55027b3eea
  1. 2
      iguana/exchanges/stats.c

2
iguana/exchanges/stats.c

@ -94,7 +94,7 @@ void komodo_kvupdate(int32_t ht,bits256 txid,int32_t vout,uint8_t *opretbuf,int3
printf(" -> "); printf(" -> ");
//for (i=0; i<coresize; i++) //for (i=0; i<coresize; i++)
// printf("%c",(char)valueptr[i]); // printf("%c",(char)valueptr[i]);
init_hexbytes_noT(decodestr,valueptr,coresize); init_hexbytes_noT(decodestr,valueptr,coresize/2);
char str[65]; printf(" (%s) [%d] %s/v%d ht.%d height.%d\n",decodestr,valuesize,bits256_str(str,txid),vout,ht,height); char str[65]; printf(" (%s) [%d] %s/v%d ht.%d height.%d\n",decodestr,valuesize,bits256_str(str,txid),vout,ht,height);
} }
} }

Loading…
Cancel
Save