Skip to content

Commit

Permalink
Fixed wrongly named variable in Java how-to for credential issuance
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Dunphy <[email protected]>
  • Loading branch information
Paul Dunphy committed May 23, 2019
1 parent 3381e6b commit 98d7220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-tos/issue-credential/java/IssueCredential.java
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ static void demo() throws Exception {
" \"age\":[\"28\",\"28\"]\n" +
" }";
AnoncredsResults.IssuerCreateClaimResult createClaimResult = issuerCreateClaim(walletHandle, claimRequestJSON,
claimAttributesJson, - 1).get();
credAttribsJson, - 1).get();
String claimJSON = createClaimResult.getClaimJson();
System.out.println("Claim:\n" + claimJSON);

Expand Down

0 comments on commit 98d7220

Please sign in to comment.