Test
This commit is contained in:
@@ -2777,7 +2777,7 @@ static bool ActivateBestChainStep(CValidationState &state, CBlockIndex *pindexMo
|
|||||||
{
|
{
|
||||||
pindexMostWork = chainActive.Tip();
|
pindexMostWork = chainActive.Tip();
|
||||||
fprintf(stderr,"reached rewind.%d, best to do: ./komodo-cli stop\n",KOMODO_REWIND);
|
fprintf(stderr,"reached rewind.%d, best to do: ./komodo-cli stop\n",KOMODO_REWIND);
|
||||||
return(true);
|
return(false);
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
while (chainActive.Tip()->nHeight > KOMODO_REWIND )
|
while (chainActive.Tip()->nHeight > KOMODO_REWIND )
|
||||||
|
|||||||
Reference in New Issue
Block a user