From 58577b64e1a9397d9a3e49ded568409a6e2052f0 Mon Sep 17 00:00:00 2001 From: dimxy Date: Tue, 23 Apr 2019 22:49:13 +0500 Subject: [PATCH] changed valid height --- src/cc/prices.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/prices.cpp b/src/cc/prices.cpp index 667dc681c..7228ee9a8 100644 --- a/src/cc/prices.cpp +++ b/src/cc/prices.cpp @@ -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))