actually get the certificate_id
This commit is contained in:
parent
33392b3351
commit
c4fac29ecb
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ class SQLiteStorage(SQLiteMixin):
|
||||||
address = claim_info['address']
|
address = claim_info['address']
|
||||||
sequence = claim_info['claim_sequence']
|
sequence = claim_info['claim_sequence']
|
||||||
try:
|
try:
|
||||||
certificate_id = claim_info['value'].get('content_claims_to_update', {}).get('certificateId')
|
certificate_id = claim_info['value'].get('publisherSignature', {}).get('certificateId')
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
certificate_id = None
|
certificate_id = None
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue