corr F tx marker protection validation code

This commit is contained in:
dimxy
2019-01-22 19:25:25 +05:00
parent 98c5280e6b
commit 426aa32dd5
2 changed files with 22 additions and 21 deletions

View File

@@ -56,6 +56,7 @@ template <typename Helper> bool RunValidationPlans(uint8_t funcId, struct CCcont
// only for tokens:
CMyPubkeyVoutValidator<TokenHelper> ownerCCaddrValidator(cp, fundingOpretScript, false); // check if this correct owner's cc user addr corresponding to opret
COpRetValidator<Helper> opRetValidator(cp, fundingOpretScript); // compare opRets in this and last tx
CMarkerValidator<Helper> markerValidator(cp); // initial tx marker spending protection
CNullValidator<Helper> nullValidator(cp);
switch (funcId) {