Skip to content

Commit

Permalink
fix: always use Agent proxy when sending messages from SignifyGroupHab
Browse files Browse the repository at this point in the history
This fixes delegated multisig rotation with KERIA and Signify multisig groups.
  • Loading branch information
kentbull committed Jan 22, 2025
1 parent e0d6cb5 commit 4043c89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/keria/app/delegating.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ def processPartialWitnessEscrow(self):
print(f"Witness receipts complete, waiting for delegation approval.")
if isinstance(hab, habbing.GroupHab):
phab = hab.mhab
if isinstance(hab, habbing.SignifyGroupHab):
phab = self.proxy
elif hab.kever.sn > 0:
phab = hab
elif self.proxy is not None:
Expand Down

0 comments on commit 4043c89

Please sign in to comment.