Skip to content

Commit

Permalink
Merge pull request #1356 from dbluhm/fix/connection-problem-report
Browse files Browse the repository at this point in the history
fix: problem report handler for connection specific problems
  • Loading branch information
andrewwhitehead authored Aug 18, 2021
2 parents c09ed19 + 7c03456 commit 62c23f3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

from ..message_types import PROBLEM_REPORT

HANDLER_CLASS = "aries_cloudagent.messaging.problem_report.handler.ProblemReportHandler"
HANDLER_CLASS = (
"aries_cloudagent.protocols.problem_report.v1_0.handler.ProblemReportHandler"
)


class ProblemReportReason(Enum):
Expand Down

0 comments on commit 62c23f3

Please sign in to comment.