Undo part of c2e8c8ac to fix issue#1148

This commit is contained in:
Gavin Andresen 2012-04-26 10:18:35 -04:00
parent e1ea3ce7aa
commit 08e663d7e2
1 changed files with 1 additions and 1 deletions

View File

@ -939,7 +939,7 @@ bool EvalScript(vector<vector<unsigned char> >& stack, const CScript& script, co
{
// ([sig ...] num_of_signatures [pubkey ...] num_of_pubkeys -- bool)
unsigned int i = 1;
int i = 1;
if (stack.size() < i)
return false;