From cf43499ba4314c087e6e7cd5ea9968c611ffcca2 Mon Sep 17 00:00:00 2001 From: Kevin Griffin Date: Thu, 4 Sep 2025 11:11:42 -0400 Subject: [PATCH] Updates 'Not Found' to 'Conflict' in the circumstance witnesses do not have each other's receipts for the latest event. Signed-off-by: Kevin Griffin --- src/keri/end/ending.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keri/end/ending.py b/src/keri/end/ending.py index 72729316..332a6ba5 100644 --- a/src/keri/end/ending.py +++ b/src/keri/end/ending.py @@ -574,7 +574,7 @@ def on_get(self, req, rep, aid=None, role=None, eid=None): kever = self.hby.kevers[aid] if not self.hby.db.fullyWitnessed(kever.serder): - rep.status = falcon.HTTP_NOT_FOUND + rep.status = falcon.HTTP_CONFLICT return if kever.delegated and kever.delpre not in self.hby.kevers: