Skip to content

Commit

Permalink
Fix access to renamed Protos (WebOfTrust#219)
Browse files Browse the repository at this point in the history
Signed-off-by: pfeairheller <[email protected]>
  • Loading branch information
pfeairheller authored Mar 29, 2024
1 parent c38a54b commit 2a0c19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/keria/app/indirecting.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from keri.app import httping
from keri.core import eventing
from keri.core.coring import Ilks, Sadder
from keri.kering import Protos
from keri.kering import Protocols

CESR_DESTINATION_HEADER = "CESR-DESTINATION"

Expand Down Expand Up @@ -84,7 +84,7 @@ def on_post(self, req, rep):

agent.parser.ims.extend(msg)

if serder.proto == Protos.acdc:
if serder.proto == Protocols.acdc:
rep.status = falcon.HTTP_204

else:
Expand Down

0 comments on commit 2a0c19f

Please sign in to comment.