Fix
authoralex <alex@alex-VirtualBox.(none)>
Sun, 8 Sep 2013 19:44:56 +0000 (23:44 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Sun, 8 Sep 2013 19:44:56 +0000 (23:44 +0400)
src/main.h

index 8b57cd4..7a655a4 100644 (file)
@@ -531,7 +531,7 @@ public:
     bool IsCoinStake() const
     {
         // ppcoin: the coin stake transaction is marked with the first output empty
-        return (vin.size() > 0 && (!vin[0].prevout.IsNull()) && vout.size() >= 2 && vout[0].IsEmpty() && !vout[1].IsEmpty());
+        return (vin.size() > 0 && (!vin[0].prevout.IsNull()) && vout.size() >= 2 && vout[0].IsEmpty());
     }
 
     /** Check for standard transaction types