Skip to content

Commit

Permalink
🐛 Fix message type class mapping
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Dec 5, 2024
1 parent a7870dd commit 6bf8fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acapy_agent/protocols/did_rotate/v1_0/message_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MESSAGE_TYPES = DIDCommPrefix.qualify_all(
{
ROTATE: f"{PROTOCOL_PACKAGE}.messages.rotate.Rotate",
ACK: f"{PROTOCOL_PACKAGE}.messages.ack.Ack",
ACK: f"{PROTOCOL_PACKAGE}.messages.ack.RotateAck",
HANGUP: f"{PROTOCOL_PACKAGE}.messages.hangup.Hangup",
PROBLEM_REPORT: f"{PROTOCOL_PACKAGE}.messages.problem_report.ProblemReport",
PROBLEM_REPORT: f"{PROTOCOL_PACKAGE}.messages.problem_report.RotateProblemReport",
}
)

0 comments on commit 6bf8fc8

Please sign in to comment.