Skip to content

Commit 6629d7d

Browse files
authored
Merge pull request openwallet-foundation#2031 from hyperledger/swcurran-patch-1
fix: Correct typo in model -- required spelled incorrectly
2 parents 4d6e970 + a2e7f9e commit 6629d7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aries_cloudagent/indy/models/cred_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Meta:
4444
unknown = EXCLUDE
4545

4646
prover_did = fields.Str(
47-
requred=True,
47+
required=True,
4848
description="Prover DID",
4949
**INDY_DID,
5050
)

0 commit comments

Comments
 (0)