From f69d56ec972b1571a7b5a18ea88c34d1e789b7a4 Mon Sep 17 00:00:00 2001 From: 2byrds <2byrds@gmail.com> Date: Thu, 13 Jun 2024 09:24:43 -0400 Subject: [PATCH] fix grouping multisig parser to process events in local mode Signed-off-by: 2byrds <2byrds@gmail.com> --- src/keri/app/grouping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keri/app/grouping.py b/src/keri/app/grouping.py index 5cf10dd6..af7faab2 100644 --- a/src/keri/app/grouping.py +++ b/src/keri/app/grouping.py @@ -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?