Skip to content

Commit

Permalink
Update digitalidentity/service.go
Browse files Browse the repository at this point in the history
Co-authored-by: Klaidas Urbanavicius <[email protected]>
  • Loading branch information
mehmet-yoti and klaidas authored Nov 23, 2023
1 parent 5bf052f commit 9661755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalidentity/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func GetShareReceipt(httpClient requests.HttpClient, receiptId string, clientSdk
}
uextra, err := cryptoutil.DecryptReceiptContent(receiptResponse.OtherPartyContent.ExtraData, receiptContentKey)
if err != nil {
return receipt, fmt.Errorf("failed to unmarshal attribute list: %v", err)
return receipt, fmt.Errorf("failed to decrypt other party receipt content extra data: %v", err)
}
uattrData := &yotiprotoattr.AttributeList{}
if err := proto.Unmarshal(uattr, uattrData); err != nil {
Expand Down

0 comments on commit 9661755

Please sign in to comment.