Skip to content

Commit fadc608

Browse files
authored
Update to renamed class, Boatswain (WebOfTrust#161)
Signed-off-by: pfeairheller <pfeairheller@gmail.com>
1 parent 052bebe commit fadc608

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/keria/app/agenting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def __init__(self, hby, rgy, agentHab, agency, caid, **opts):
287287
self.agency = agency
288288
self.caid = caid
289289

290-
self.swain = delegating.Boatswain(hby=hby, proxy=agentHab)
290+
self.swain = delegating.Sealer(hby=hby, proxy=agentHab)
291291
self.counselor = Counselor(hby=hby, swain=self.swain, proxy=agentHab)
292292
self.org = connecting.Organizer(hby=hby)
293293

src/keria/core/longrunning.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Monitor:
8585
Attributes:
8686
hby (Habery): identifier database environment
8787
opr(Operator): long running operations database
88-
swain(Boatswain): Delegation processes tracker
88+
swain(Sealer): Delegation processes tracker
8989
9090
"""
9191

@@ -94,7 +94,7 @@ def __init__(self, hby, swain, counselor=None, registrar=None, credentialer=None
9494
9595
Parameters:
9696
hby (Habery): identifier database environment
97-
swain(Boatswain): Delegation processes tracker
97+
swain(Sealer): Delegation processes tracker
9898
opr (Operator): long running operations database
9999
100100
"""

0 commit comments

Comments
 (0)