Skip to content

Commit

Permalink
Update packages/dids/src/methods/did-dht.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Tsai <[email protected]>
  • Loading branch information
nitro-neal and thehenrytsai authored May 2, 2024
1 parent 44b12b6 commit e409348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dids/src/methods/did-dht.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ const KeyTypeToDefaultAlgorithmMap = {
[DidDhtRegisteredKeyType.Ed25519] : 'EdDSA',
[DidDhtRegisteredKeyType.secp256k1] : 'ES256K',
[DidDhtRegisteredKeyType.secp256r1] : 'ES256',
} as const;
}

/**
* Maps {@link https://www.w3.org/TR/did-core/#verification-relationships | DID Core Verification Relationship}
Expand Down

0 comments on commit e409348

Please sign in to comment.