DPP/DLT functionality #36

Merged
pedro merged 68 commits from dpp into main 2024-12-11 15:15:14 +00:00
Showing only changes of commit 88e036eb3c - Show all commits

View file

@ -85,7 +85,7 @@ def save_proof(signature, ev_uuid, result, proof_type, user):
d = {
"type": proof_type,
"timestamp": timestamp,
"issuer": user.institution.id,
"issuer": user.institution,
"user": user,
"uuid": ev_uuid,
"signature": signature,