Skip to content

Commit

Permalink
Small fix to allow delegate and delegator to be in same Habery. (WebO…
Browse files Browse the repository at this point in the history
…fTrust#924)

Signed-off-by: pfeairheller <[email protected]>
  • Loading branch information
pfeairheller authored Jan 12, 2025
1 parent 2f69121 commit 83f6ecb
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 @@ -2379,7 +2379,7 @@ def valSigsWigsDel(self, serder, sigers, verfers, tholder,
# seal in this case can't be malicious since sourced locally.
# Doesn't get to here until fully signed and witnessed.

if self.locallyDelegated(delpre): # local delegator
if self.locallyDelegated(delpre) and not self.locallyOwned(): # local delegator
# 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.
Expand Down

0 comments on commit 83f6ecb

Please sign in to comment.