Bugfix in recursive check in IsConfirmed()
[novacoin.git] / main.h
diff --git a/main.h b/main.h
index 355ef53..8ff1051 100644 (file)
--- a/main.h
+++ b/main.h
@@ -1028,7 +1028,7 @@ public:
             if (!ptx->IsFinal())
                 return false;
             if (ptx->GetDepthInMainChain() >= 1)
-                return true;
+                continue;
             if (!ptx->IsFromMe())
                 return false;