Skip to content

Commit fe16353

Browse files
committed
pass through pre
Signed-off-by: Kevin Griffin <griffin.kev@gmail.com>
1 parent 25982cf commit fe16353

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/keri/app/habbing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,8 @@ def sign(self, ser, verfers=None, indexed=True, indices=None, ondices=None, **kw
13181318
verfers=verfers,
13191319
indexed=indexed,
13201320
indices=indices,
1321-
ondices=ondices)
1321+
ondices=ondices,
1322+
pre=self.pre)
13221323

13231324

13241325
def decrypt(self, ser, verfers=None, **kwa):

0 commit comments

Comments
 (0)