Skip to content

Commit 2a0c19f

Browse files
authored
Fix access to renamed Protos (WebOfTrust#219)
Signed-off-by: pfeairheller <pfeairheller@gmail.com>
1 parent c38a54b commit 2a0c19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/keria/app/indirecting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from keri.app import httping
1010
from keri.core import eventing
1111
from keri.core.coring import Ilks, Sadder
12-
from keri.kering import Protos
12+
from keri.kering import Protocols
1313

1414
CESR_DESTINATION_HEADER = "CESR-DESTINATION"
1515

@@ -84,7 +84,7 @@ def on_post(self, req, rep):
8484

8585
agent.parser.ims.extend(msg)
8686

87-
if serder.proto == Protos.acdc:
87+
if serder.proto == Protocols.acdc:
8888
rep.status = falcon.HTTP_204
8989

9090
else:

0 commit comments

Comments
 (0)