mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
Merge branch 'opevalcountfix' of https://github.com/laanwj/bitcoin
This commit is contained in:
commit
625b56de64
1 changed files with 1 additions and 1 deletions
|
@ -1033,7 +1033,7 @@ bool EvalScriptInner(vector<vector<unsigned char> >& stack, const CScript& scrip
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (!EvalScriptInner(stack, subscript, txTo, nIn, nHashType,
|
if (!EvalScriptInner(stack, subscript, txTo, nIn, nHashType,
|
||||||
pbegincodehash, pendcodehash, nOpCount, nSigOpCount, fStrictOpEval, nRecurseDepth++))
|
pbegincodehash, pendcodehash, nOpCount, nSigOpCount, fStrictOpEval, nRecurseDepth+1))
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue