Update dapp header file location and error message

This commit is contained in:
Duke Leto
2021-09-16 10:25:23 -04:00
parent 9c67f1b758
commit f21065394f

View File

@@ -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));