Skip to content

Commit

Permalink
Merge pull request #908 from SmithSamuelM/main
Browse files Browse the repository at this point in the history
  • Loading branch information
SmithSamuelM authored Dec 15, 2024
2 parents b35fee7 + a021e11 commit f0643e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/keri/core/serdering.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,11 +471,11 @@ class Serder:
Ilks.bar: FieldDom(alls=dict(v='', t='',d='', i='', dt='',
r='',a={}),
saids={Saids.d: DigDex.Blake3_256}),
Ilks.xip: FieldDom(alls=dict(v='', t='', d='', i="", dt='',
r='', q={}, a={}),
Ilks.xip: FieldDom(alls=dict(v='', t='', d='', i="", ri="",
dt='', r='', q={}, a={}),
saids={Saids.d: DigDex.Blake3_256}),
Ilks.exn: FieldDom(alls=dict(v='', t='', d='', i="", x="",
p="", dt='', r='', q={}, a={}),
Ilks.exn: FieldDom(alls=dict(v='', t='', d='', i="", ri="",
x="", p="", dt='', r='', q={}, a={}),
saids={Saids.d: DigDex.Blake3_256}),
},
},
Expand Down

0 comments on commit f0643e2

Please sign in to comment.