Skip to content

Commit a021e11

Browse files
committed
add ri field to EXN and XIP messages for version 2.0 KERI
1 parent 0df88c8 commit a021e11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: src/keri/core/serdering.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -471,11 +471,11 @@ class Serder:
471471
Ilks.bar: FieldDom(alls=dict(v='', t='',d='', i='', dt='',
472472
r='',a={}),
473473
saids={Saids.d: DigDex.Blake3_256}),
474-
Ilks.xip: FieldDom(alls=dict(v='', t='', d='', i="", dt='',
475-
r='', q={}, a={}),
474+
Ilks.xip: FieldDom(alls=dict(v='', t='', d='', i="", ri="",
475+
dt='', r='', q={}, a={}),
476476
saids={Saids.d: DigDex.Blake3_256}),
477-
Ilks.exn: FieldDom(alls=dict(v='', t='', d='', i="", x="",
478-
p="", dt='', r='', q={}, a={}),
477+
Ilks.exn: FieldDom(alls=dict(v='', t='', d='', i="", ri="",
478+
x="", p="", dt='', r='', q={}, a={}),
479479
saids={Saids.d: DigDex.Blake3_256}),
480480
},
481481
},

0 commit comments

Comments
 (0)