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

Commit

Permalink
add missing wallet handler to proverGetCredential method call (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
drbh authored Jan 13, 2021
1 parent db8924b commit 87b8717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ const indy = {
if (Platform.OS === 'ios') {
return JSON.parse(await IndySdk.proverGetCredential(credId, wh))
}
return JSON.parse(await IndySdk.proverGetCredential(credId))
return JSON.parse(await IndySdk.proverGetCredential(wh, credId))
},

// TODO Add return flow type.
Expand Down

0 comments on commit 87b8717

Please sign in to comment.