diff --git a/src/cc/dapps/dappstd.c b/src/cc/dapps/dappstd.c index 1d897196b..67cb6b9cb 100644 --- a/src/cc/dapps/dappstd.c +++ b/src/cc/dapps/dappstd.c @@ -246,9 +246,9 @@ int32_t safecopy(char *dest,char *src,long len) #define true 1 #define false 0 //#ifdef STANDALONE -//#include "../komodo/src/komodo_cJSON.c" +//#include "../hush3/src/hush_cJSON.c" //#else -#include "../komodo_cJSON.c" +#include "../hush_cJSON.c" //#endif int32_t games_replay(uint64_t seed,int32_t sleeptime); @@ -1105,7 +1105,7 @@ int main(int argc, char **argv) fclose(fp); if ( GAMES_PORT == 0 ) { - printf("you must copy %s.conf from ~/.komodo/%s/%s.conf (or equivalent location) to current dir\n",ASSETCHAINS_SYMBOL,ASSETCHAINS_SYMBOL,ASSETCHAINS_SYMBOL); + printf("you must copy %s.conf from ~/.hush/%s/%s.conf (or equivalent location) to current dir\n",ASSETCHAINS_SYMBOL,ASSETCHAINS_SYMBOL,ASSETCHAINS_SYMBOL); return(-1); } return(GAMEMAIN(argc,argv));