summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/theory_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index 9f0e3eb82..79f9c660f 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -1784,7 +1784,7 @@ theory::TrustNode TheoryEngine::getExplanation(
return trn;
}
- return theory::TrustNode::mkTrustLemma(expNode, nullptr);
+ return theory::TrustNode::mkTrustPropExp(conclusion, expNode, nullptr);
}
bool TheoryEngine::isProofEnabled() const { return d_pnm != nullptr; }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback