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: