This commit is contained in:
jl777
2016-10-30 09:45:12 -03:00
parent 64b22be7f8
commit 0fee9a46e3

View File

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