Skip to content

Commit

Permalink
Update to renamed class, Boatswain (#161)
Browse files Browse the repository at this point in the history
Signed-off-by: pfeairheller <[email protected]>
  • Loading branch information
pfeairheller authored Dec 26, 2023
1 parent 052bebe commit fadc608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/keria/app/agenting.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def __init__(self, hby, rgy, agentHab, agency, caid, **opts):
self.agency = agency
self.caid = caid

self.swain = delegating.Boatswain(hby=hby, proxy=agentHab)
self.swain = delegating.Sealer(hby=hby, proxy=agentHab)
self.counselor = Counselor(hby=hby, swain=self.swain, proxy=agentHab)
self.org = connecting.Organizer(hby=hby)

Expand Down
4 changes: 2 additions & 2 deletions src/keria/core/longrunning.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class Monitor:
Attributes:
hby (Habery): identifier database environment
opr(Operator): long running operations database
swain(Boatswain): Delegation processes tracker
swain(Sealer): Delegation processes tracker
"""

Expand All @@ -94,7 +94,7 @@ def __init__(self, hby, swain, counselor=None, registrar=None, credentialer=None
Parameters:
hby (Habery): identifier database environment
swain(Boatswain): Delegation processes tracker
swain(Sealer): Delegation processes tracker
opr (Operator): long running operations database
"""
Expand Down

0 comments on commit fadc608

Please sign in to comment.