Skip to content

Commit

Permalink
fix presentation request (#548)
Browse files Browse the repository at this point in the history
Co-authored-by: Rodolfo Miranda <[email protected]>
  • Loading branch information
rodolfomiranda and Rodolfo Miranda committed Aug 3, 2023
1 parent 03fa087 commit a10762b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keri/vc/protocoling.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def do(self, tymth, tock=0.0, **opts):
data["schema"] = dict(
n=payload["s"]
)
if "i" in payload:
if "n" in payload:
data["credential"] = dict(
n=payload["n"]
)
Expand Down

0 comments on commit a10762b

Please sign in to comment.