From fadc608e77fd75103a7002c8ce39927d35d532ff Mon Sep 17 00:00:00 2001 From: Philip Feairheller Date: Tue, 26 Dec 2023 06:59:55 -0800 Subject: [PATCH] Update to renamed class, Boatswain (#161) Signed-off-by: pfeairheller --- src/keria/app/agenting.py | 2 +- src/keria/core/longrunning.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/keria/app/agenting.py b/src/keria/app/agenting.py index ef03cfd..3e90251 100644 --- a/src/keria/app/agenting.py +++ b/src/keria/app/agenting.py @@ -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) diff --git a/src/keria/core/longrunning.py b/src/keria/core/longrunning.py index 3403cf5..c562e6e 100644 --- a/src/keria/core/longrunning.py +++ b/src/keria/core/longrunning.py @@ -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 """ @@ -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 """