Skip to content

Commit

Permalink
Update to renamed method and argument in KERIpy
Browse files Browse the repository at this point in the history
Signed-off-by: pfeairheller <[email protected]>
  • Loading branch information
pfeairheller committed Dec 22, 2023
1 parent 5e6c97e commit 5223ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keria/core/longrunning.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def status(self, op):
f"invalid long running {op.type} operation, metadata missing 'anchor' field")

anchor = op.metadata["anchor"]
if self.hby.db.findAnchoringEvent(op.oid, anchor=anchor) is not None:
if self.hby.db.findAnchoringSealEvent(op.oid, seal=anchor) is not None:
operation.done = True
operation.response = dict(anchor=anchor)
else:
Expand Down

0 comments on commit 5223ab4

Please sign in to comment.