Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading