Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beta update #319

Merged
merged 20 commits into from
Mar 19, 2017
Prev Previous commit
Next Next commit
Test
jl777 authored and jl777 committed Mar 18, 2017
commit 94ae3b61688486e8970b5f6308330dcef0d1a182
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -2772,6 +2772,7 @@ static bool ActivateBestChainStep(CValidationState &state, CBlockIndex *pindexMo
if ( KOMODO_REWIND < 0 )
{
fprintf(stderr,"chaintip %d vs rewind.%d\n",(int32_t)chainActive.Tip()->nHeight,KOMODO_REWIND);
int32_t i;
for (i=0; i<-KOMODO_REWIND; i++)
{
if ( !DisconnectTip(state) )