Tokens exemption
This commit is contained in:
@@ -153,7 +153,10 @@ bool AssetsValidate(struct CCcontract_info *cpAssets,Eval* eval,const CTransacti
|
|||||||
|
|
||||||
if (strcmp(ASSETCHAINS_SYMBOL, "MGNX") == 0 && chainActive.Height() <= 210190)
|
if (strcmp(ASSETCHAINS_SYMBOL, "MGNX") == 0 && chainActive.Height() <= 210190)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
if (strcmp(ASSETCHAINS_SYMBOL, "ROGUE") == 0 && chainActive.Height() <= 12500)
|
||||||
|
return true;
|
||||||
|
|
||||||
if (numvouts == 0)
|
if (numvouts == 0)
|
||||||
return eval->Invalid("AssetValidate: no vouts");
|
return eval->Invalid("AssetValidate: no vouts");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user