Merge pull request #1195 from jl777/jl777

Jl777
This commit is contained in:
jl777
2019-01-21 22:54:45 -11:00
committed by GitHub

View File

@@ -668,7 +668,7 @@ int32_t komodo_isPoS(CBlock *pblock,int32_t height)
else
{
fprintf(stderr,"reject ht.%d PoS block\n",height);
return(1); // allow until MTST3
return(strcmp(ASSETCHAINS_SYMBOL,"MTST2") == 0); // allow until MTST3
}
}
}