From fe429e7db66bc2e47b3914e0b1cded29e8071ea3 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,