Undo part of c2e8c8ac
to fix issue#1148
This commit is contained in:
parent
e1ea3ce7aa
commit
08e663d7e2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue