Skip to content

Commit

Permalink
fix: removed comment
Browse files Browse the repository at this point in the history
Signed-off-by: janrtvld <[email protected]>
  • Loading branch information
janrtvld committed Nov 30, 2021
1 parent c340ed4 commit 0c9fe0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ export class ConnectionService {

// If message is received unpacked/, we need to make sure it included a ~service decorator
if (!message.service && !messageContext.recipientVerkey) {
throw new AriesFrameworkError('Message without senderKey and recipientKey must have ~service decorator')
throw new AriesFrameworkError('Message recipientKey must have ~service decorator')
}
}
}
Expand Down

0 comments on commit 0c9fe0b

Please sign in to comment.