test
This commit is contained in:
@@ -154,7 +154,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
for (i=0; i<opretlen; i++)
|
for (i=0; i<opretlen; i++)
|
||||||
printf("%02x",opretbuf[i])
|
printf("%02x",opretbuf[i]);
|
||||||
printf(" komodo_opreturn[%c]: ht.%d %.8f opretlen.%d\n",opretbuf[0],height,dstr(value),opretlen);
|
printf(" komodo_opreturn[%c]: ht.%d %.8f opretlen.%d\n",opretbuf[0],height,dstr(value),opretlen);
|
||||||
|
|
||||||
if ( opretbuf[0] == 'I' )
|
if ( opretbuf[0] == 'I' )
|
||||||
|
|||||||
Reference in New Issue
Block a user