This commit is contained in:
jl777
2018-04-11 22:19:16 +03:00
parent 06575b0a54
commit eea78002cf

View File

@@ -671,7 +671,7 @@ int32_t komodo_voutupdate(int32_t *isratificationp,int32_t notaryid,uint8_t *scr
memset(&ccdata,0,sizeof(ccdata));
}
else if ( ASSETCHAINS_SYMBOL[0] == 0 && matched != 0 && notarized != 0 && validated != 0 )
komodo_rwccdata("KMD",1,&ccdata);
komodo_rwccdata((char *)"KMD",1,&ccdata);
if ( matched != 0 )
{
sp->NOTARIZED_HEIGHT = *notarizedheightp;