From b477431fcdfd24714ec3911d5ed0dfb3f00a27d2 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Fri, 29 Nov 2024 16:00:10 +0100 Subject: [PATCH] fix register dpp --- 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 caee073..61032c9 100644 --- a/dpp/api_dlt.py +++ b/dpp/api_dlt.py @@ -65,7 +65,7 @@ def register_dlt(api, chid, phid, proof_type=None): def issuer_dpp_dlt(api, dpp): - phid = dpp.split(":")[0] + phid = dpp.split(":")[1] return api.issue_passport( dpp,