Browse Source

Merge branch 'opevalcountfix' of https://github.com/laanwj/bitcoin

try
Gavin Andresen 13 years ago
parent
commit
625b56de64
  1. 2
      src/script.cpp

2
src/script.cpp

@ -1033,7 +1033,7 @@ bool EvalScriptInner(vector<vector<unsigned char> >& stack, const CScript& scrip
return false;
if (!EvalScriptInner(stack, subscript, txTo, nIn, nHashType,
pbegincodehash, pendcodehash, nOpCount, nSigOpCount, fStrictOpEval, nRecurseDepth++))
pbegincodehash, pendcodehash, nOpCount, nSigOpCount, fStrictOpEval, nRecurseDepth+1))
return false;
}
break;

Loading…
Cancel
Save