Skip to content

Commit

Permalink
fix entropy validation
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Vijayvergiya <[email protected]>
  • Loading branch information
sarthakvijayvergiya committed May 4, 2024
1 parent 8adbea8 commit 0e984e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Meta:

entropy = fields.Str(
required=True,
validate=INDY_DID_VALIDATE,
validate=str,
metadata={"description": "Prover DID", "example": INDY_DID_EXAMPLE},
)
cred_def_id = fields.Str(
Expand Down

0 comments on commit 0e984e6

Please sign in to comment.