From 88e036eb3c4c04e831d391eb579c8095dde71256 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 20 Nov 2024 12:03:20 +0100 Subject: [PATCH] fix --- dpp/api_dlt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpp/api_dlt.py b/dpp/api_dlt.py index 6f1546f..60dd835 100644 --- a/dpp/api_dlt.py +++ b/dpp/api_dlt.py @@ -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,