This commit is contained in:
jl777
2016-10-30 09:45:28 -03:00
parent 0fee9a46e3
commit 402d575915

View File

@@ -235,7 +235,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3
}
}
}
else if ( strncmp((char *)"KMD",&opretbuf[opretlen-4],3) != 0 )
else if ( strncmp((char *)"KMD",(char *)&opretbuf[opretlen-4],3) != 0 )
{
for (i=0; i<opretlen; i++)