We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0a250 commit b53509bCopy full SHA for b53509b
verify.py
@@ -25,6 +25,10 @@ def compact(expanded_json):
25
print(f'Invalid SAID {qb64} found for {filename} details.')
26
markdown[filename] = qb64
27
28
+ license = expanded_json['a']['license']
29
+ saider = keri.core.coring.Saider(sad=license)
30
+ expanded_json['a']['license'] = saider.qb64
31
+
32
markdown = expanded_json['a']['markdown']
33
saider = keri.core.coring.Saider(sad=markdown)
34
expanded_json['a']['markdown'] = saider.qb64
0 commit comments