Skip to content

Commit

Permalink
fix: ksn.ked does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
lenkan committed Dec 19, 2023
1 parent 0621cdb commit 0f16966
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 @@ -279,7 +279,7 @@ def status(self, op):
ksn = self.hby.db.ksns.get(keys=(saider.qb64,))
break

if ksn and ksn.ked['d'] == kever.serder.said:
if ksn and ksn.d == kever.serder.said:
operation.done = True
operation.response = asdict(kever.state())
else:
Expand Down

0 comments on commit 0f16966

Please sign in to comment.