From 08e663d7e2fa194efbffef41cffe9626b71acdaa Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Thu, 26 Apr 2012 10:18:35 -0400 Subject: [PATCH] Undo part of c2e8c8ac to fix issue#1148 --- src/script.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/script.cpp b/src/script.cpp index 660023e..65e9b7c 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -939,7 +939,7 @@ bool EvalScript(vector >& 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; -- 1.7.1