Skip to content

Commit

Permalink
fix typo in error message of indy credential offer (openwallet-founda…
Browse files Browse the repository at this point in the history
…tion#3485)

Signed-off-by: Jean-Philippe Gélinas <[email protected]>
  • Loading branch information
zoblazo authored and ff137 committed Feb 13, 2025
1 parent c367363 commit 163fb1a
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 163fb1a

Please sign in to comment.