Skip to content

Commit

Permalink
fix grouping multisig parser to process events in local mode (WebOfTr…
Browse files Browse the repository at this point in the history
…ust#804)

Signed-off-by: 2byrds <2byrds@gmail.com>
  • Loading branch information
2byrds authored and kentbull committed Jul 8, 2024
1 parent 5227681 commit 4eb36e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keri/app/grouping.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ def add(self, serder):
ims.extend(atc)

# ... and parse
self.psr.parse(ims=ims)
self.psr.parse(ims=ims, local=True)

else:
# Should we prod the user with another submission if we haven't already approved it?
Expand Down

0 comments on commit 4eb36e9

Please sign in to comment.