Skip to content

Commit

Permalink
Remove debug code that broken kli multisig join for inception. (Web…
Browse files Browse the repository at this point in the history
…OfTrust#699)

Signed-off-by: pfeairheller <[email protected]>
  • Loading branch information
pfeairheller authored Mar 4, 2024
1 parent 9cba054 commit 0c08424
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/keri/app/cli/commands/multisig/join.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ def incept(self, attrs):
""" Incept group multisig
"""
if True:
return True

smids = attrs["smids"] # change body mids for group member ids
rmids = attrs["rmids"] if "rmids" in attrs else None
ked = attrs["ked"]
Expand Down

0 comments on commit 0c08424

Please sign in to comment.