From c4fac29ecb21d3c3896af87f8e0ff3b93137dfa7 Mon Sep 17 00:00:00 2001 From: hackrush Date: Wed, 9 Jan 2019 03:13:36 +0530 Subject: [PATCH] actually get the certificate_id --- lbrynet/extras/daemon/storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/extras/daemon/storage.py b/lbrynet/extras/daemon/storage.py index 8e7ba8e9e..883b8b367 100644 --- a/lbrynet/extras/daemon/storage.py +++ b/lbrynet/extras/daemon/storage.py @@ -541,7 +541,7 @@ class SQLiteStorage(SQLiteMixin): address = claim_info['address'] sequence = claim_info['claim_sequence'] try: - certificate_id = claim_info['value'].get('content_claims_to_update', {}).get('certificateId') + certificate_id = claim_info['value'].get('publisherSignature', {}).get('certificateId') except AttributeError: certificate_id = None try: