Manual merge of jaromil's source tree reorg commit.
[novacoin.git] / src / main.h
index 355ef53..8ff1051 100644 (file)
@@ -1028,7 +1028,7 @@ public:
             if (!ptx->IsFinal())
                 return false;
             if (ptx->GetDepthInMainChain() >= 1)
-                return true;
+                continue;
             if (!ptx->IsFromMe())
                 return false;