Skip to content

Commit

Permalink
fix: add missing private arg to proving.credential() (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentbull authored Jan 13, 2025
1 parent 2627a81 commit 62ff39a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/keri/vdr/credentialing.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@ def create(self, regname, recp: str, schema, source, rules, data, private: bool
recipient=recp,
data=data,
source=source,
private=private,
private_credential_nonce=private_credential_nonce,
private_subject_nonce=private_subject_nonce,
rules=rules,
Expand Down

0 comments on commit 62ff39a

Please sign in to comment.