Skip to content

Commit

Permalink
removed local test since redundant already caught in misfit check
Browse files Browse the repository at this point in the history
  • Loading branch information
SmithSamuelM committed Sep 9, 2024
1 parent f810077 commit fe7ce5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/keri/core/eventing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2380,7 +2380,8 @@ def valSigsWigsDel(self, serder, sigers, verfers, tholder,
# Doesn't get to here until fully signed and witnessed.

if self.locallyDelegated(delpre): # local delegator
if delseqner is None or delsaider is None or not local: # missing delegation seal
# must be local if locallyDelegated or caught above as misfit
if delseqner is None or delsaider is None: # missing delegation seal
# so escrow delegable. So local delegator can approve OOB.
# and create delegator event with valid event seal of this
# delegated event and then reprocess event with attached source
Expand Down

0 comments on commit fe7ce5d

Please sign in to comment.