Skip to content

Commit

Permalink
fix grouping multisig parser to process events in local mode (#804)
Browse files Browse the repository at this point in the history
Signed-off-by: 2byrds <[email protected]>
  • Loading branch information
2byrds committed Jun 13, 2024
1 parent c1163dd commit 3696623
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 3696623

Please sign in to comment.