Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SmithSamuelM committed Dec 21, 2023
1 parent 161afd1 commit 4babaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keri/core/eventing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2552,7 +2552,7 @@ def fetchDelegatingEvent(self, delegator, serder):
seal = SealEvent(i=serder.pre, s=serder.snh, d=serder.said)._asdict
if not (dserder := self.db.findAnchoringSealEvent(pre=serder.delpre, seal=seal)):
# database broken this should never happen so do not supersede
raise ValidationError(f"Missing delegation source seal for {serfo.ked}")
raise ValidationError(f"Missing delegation source seal for {serder.ked}")

return dserder

Expand Down

0 comments on commit 4babaea

Please sign in to comment.