Skip to content

Commit

Permalink
adds bytes cast (#795)
Browse files Browse the repository at this point in the history
* fix vc list from a delegated aid

Signed-off-by: Kevin Griffin <[email protected]>

* Revert "fix vc list from a delegated aid"

This reverts commit 139b7d5.

* fixes vc list for delegated aids

Signed-off-by: Kevin Griffin <[email protected]>

---------

Signed-off-by: Kevin Griffin <[email protected]>
  • Loading branch information
m00sey committed Jun 3, 2024
1 parent 9f43317 commit 1d2e766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keri/db/basing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ def cloneEvtMsg(self, pre, fn, dig):
count=1).qb64b)
atc.extend(couple)
elif self.kevers[pre].delegated:
if serdering.SerderKERI(raw=raw).estive:
if serdering.SerderKERI(raw=bytes(raw)).estive:
raise kering.MissingEntryError("Missing delegator anchor seal for dig={}.".format(dig))

# add trans receipts quadruples to attachments
Expand Down

0 comments on commit 1d2e766

Please sign in to comment.