changed valid height

This commit is contained in:
dimxy
2019-04-23 22:49:13 +05:00
parent 187ce2a657
commit 58577b64e1

View File

@@ -317,7 +317,7 @@ bool PricesValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx
{
vscript_t vopret;
if (strcmp(ASSETCHAINS_SYMBOL, "REKT0") == 0 && chainActive.Height() < 2100)
if (strcmp(ASSETCHAINS_SYMBOL, "REKT0") == 0 && chainActive.Height() < 2965)
return true;
// check basic opret rules:
if (!CheckPricesOpret(tx, vopret))