This commit is contained in:
jl777
2018-04-08 19:59:29 +03:00
parent 935e05222a
commit fd836de79b
2 changed files with 3 additions and 3 deletions

View File

@@ -3089,7 +3089,7 @@ static bool ActivateBestChainStep(CValidationState &state, CBlockIndex *pindexMo
break;
}
}
fprintf(stderr,"reached rewind.%d, best to do: ./komodo-cli stop\n",KOMODO_REWIND);
fprintf(stderr,"reached rewind.%d, best to do: ./komodo-cli -ac_name=%s stop\n",KOMODO_REWIND,ASSETCHAINS_SYMBOL);
sleep(60);
fprintf(stderr,"resuming normal operations\n");
KOMODO_REWIND = 0;