diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 7871197b0..32a5b49a7 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -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