We call them Hush Smart Chains around here
This commit is contained in:
@@ -457,7 +457,7 @@ bool PricesValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx
|
||||
{
|
||||
vscript_t vopret;
|
||||
|
||||
if (strcmp(ASSETCHAINS_SYMBOL, "REKT0") == 0 && chainActive.Height() < 5851)
|
||||
if (strcmp(SMART_CHAIN_SYMBOL, "REKT0") == 0 && chainActive.Height() < 5851)
|
||||
return true;
|
||||
// check basic opret rules:
|
||||
if (PricesCheckOpret(tx, vopret) == 0)
|
||||
|
||||
Reference in New Issue
Block a user