This commit is contained in:
jl777
2017-01-16 18:12:35 +02:00
parent 73678c97f5
commit d594eaa4f6

View File

@@ -823,7 +823,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3
{
for (i=0; i<opretlen; i++)
printf("%02x",opretbuf[i]);
printf(" reject obsolete withdraw request.%s\n",(char *)&opretbuf[opretlen-4]);
printf(" [%s] reject obsolete withdraw request.%s\n",ASSETCHAINS_SYMBOL,(char *)&opretbuf[opretlen-4]);
return(typestr);
}
tokomodo = 1;