Skip to content

Commit

Permalink
fix(credo-interop): mut ex of jwk and kid in protected headers
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
  • Loading branch information
dbluhm committed Jan 31, 2024
1 parent f2d567f commit 68ea3c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aries_cloudagent/messaging/decorators/attach_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ def build_protected(verkey: str):
json.dumps(
{
"alg": "EdDSA",
"kid": did_key(verkey),
"jwk": {
"kty": "OKP",
"crv": "Ed25519",
Expand Down

0 comments on commit 68ea3c5

Please sign in to comment.