Test resin

This commit is contained in:
jl777
2019-02-11 08:11:35 -11:00
parent 183a5e465b
commit 533d95de18
2 changed files with 3 additions and 3 deletions

View File

@@ -154,8 +154,8 @@ bool AssetsValidate(struct CCcontract_info *cpAssets,Eval* eval,const CTransacti
if (strcmp(ASSETCHAINS_SYMBOL, "MGNX") == 0 && chainActive.Height() <= 210190)
return true;
if (strcmp(ASSETCHAINS_SYMBOL, "ROGUE") == 0 && chainActive.Height() <= 12500)
return true;
//if (strcmp(ASSETCHAINS_SYMBOL, "ROGUE") == 0 && chainActive.Height() <= 12500)
// return true;
if (numvouts == 0)
return eval->Invalid("AssetValidate: no vouts");