Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kakao-jun-e committed Jun 13, 2019
1 parent 918c7cd commit d2c8533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const password = 'secret'
*/

const generateResponse = async requestJWT => {
const vault = new JolocomLib.keyProvider(seed, password)
const vault = new JolocomLib.KeyProvider(seed, password)
const registry = JolocomLib.registries.jolocom.create()

const identityWallet = await registry.authenticate(vault, {
Expand Down

0 comments on commit d2c8533

Please sign in to comment.