Skip to content

Commit

Permalink
Remove an unnecessary field in DID utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Youngjoon Lee committed Sep 15, 2020
1 parent a46e93c commit 5120f0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/did.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const generateDIDDocument = (networkID, keyIDSuffix, pubKeyHex) => {
});

return new DIDDocument({
context: 'https://www.w3.org/ns/did/v1',
id: did,
publicKey: [didPubKey],
authentication: [didPubKey.id],
Expand Down

0 comments on commit 5120f0c

Please sign in to comment.