Skip to content

Commit

Permalink
Merge pull request #400 from sklump/pres-preview-pred-spec-typo
Browse files Browse the repository at this point in the history
pred spec not attr spec in presentation preview predicates
  • Loading branch information
andrewwhitehead authored Mar 4, 2020
2 parents 8696e75 + d181a42 commit 26f7107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def non_revo(cred_def_id: str):
and await ledger.get_credential_definition(cd_id)["value"]["revocation"]
)

timestamp = non_revo(attr_spec.cred_def_id)
timestamp = non_revo(pred_spec.cred_def_id)
proof_req["requested_predicates"][
"{}_{}_{}_uuid".format(
len(proof_req["requested_predicates"]),
Expand Down

0 comments on commit 26f7107

Please sign in to comment.