diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 626fdd7f8..79c7df462 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -368,7 +368,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3 } } } - else if ( strncmp((char *)"KMD",(char *)&opretbuf[opretlen-4],3) == 0 ) + else { if ( tokomodo != 0 && opretbuf[0] == 'W' && opretlen >= 38 ) {