Skip to content

Commit

Permalink
Merge pull request #215 from yg3630536/bugfix/add-issuanceDate-in-raw…
Browse files Browse the repository at this point in the history
…data

* add issunce data in rawData
  • Loading branch information
junqizhang-dev committed May 27, 2020
2 parents c292386 + 0a5a5a0 commit d1a5fe8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public static String getLiteCredentialThumbprintWithoutSig(
CredentialPojo credential) {
try {
Map<String, Object> credMap = DataToolUtils.objToMap(credential);
credMap.remove(ParamKeyConstant.ISSUANCE_DATE);
//credMap.remove(ParamKeyConstant.ISSUANCE_DATE);
credMap.remove(ParamKeyConstant.CONTEXT);
credMap.put(ParamKeyConstant.PROOF_TYPE, "lite1");
// Preserve the same behavior as in CredentialUtils - will merge later
Expand Down

0 comments on commit d1a5fe8

Please sign in to comment.