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
Signed-off-by: Jakub Koci <jakub.koci@gmail.com>
  • Loading branch information
drbh authored Jan 13, 2021
1 parent 2217fd8 commit 9640f58
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 9640f58

Please sign in to comment.