Skip to content

Commit

Permalink
Minor update to parsing ESSR attachments. (#861)
Browse files Browse the repository at this point in the history
Signed-off-by: pfeairheller <pfeairheller@gmail.com>
  • Loading branch information
pfeairheller authored Sep 14, 2024
1 parent c9f4efb commit b92bbeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/keri/core/parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from ..kering import Vrsn_1_0, Vrsn_2_0
from .coring import (Ilks, Seqner, Cigar,
Dater, Verfer, Prefixer, Saider, Pather, Texter)
Dater, Verfer, Prefixer, Saider, Pather, Matter)
from .counting import Counter, Codens, CtrDex_1_0
from .indexing import (Siger, )
from . import serdering
Expand Down Expand Up @@ -960,7 +960,7 @@ def msgParsator(self, ims=None, framed=True, pipeline=False,
elif ctr.code == CtrDex_1_0.ESSRPayloadGroup:
for i in range(ctr.count):
texter = yield from self._extractor(ims,
klas=Texter,
klas=Matter,
cold=cold,
abort=pipelined)
essrs.append(texter)
Expand Down

0 comments on commit b92bbeb

Please sign in to comment.