From eea78002cf74297ab2dcf7560e78efe2de784cdd Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 11 Apr 2018 22:19:16 +0300 Subject: [PATCH] Test --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index 9ddae2e11..8955d39fd 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -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;