Skip to content

Commit

Permalink
fix typo in error message of indy credential offer
Browse files Browse the repository at this point in the history
  • Loading branch information
zoblazo committed Jan 31, 2025
1 parent 8d2292b commit 7c85b7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ async def create_offer(

if isinstance(self.profile, AskarAnoncredsProfile):
raise V20CredFormatError(
"This issuer is anoncreds capable. Please use the anonreds format."
"This issuer is anoncreds capable. Please use the anoncreds format."
)

issuer = self.profile.inject(IndyIssuer)
Expand Down

0 comments on commit 7c85b7d

Please sign in to comment.