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