Skip to content

Commit

Permalink
fix: pr changes requested
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianIOHK committed May 31, 2024
1 parent b7f5158 commit 1ee5701
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -999,16 +999,6 @@ class EdgeAgent {
}
}

val linkSecret = getLinkSecret()

val presentation = pollux.createVerifiablePresentationAnoncred(
request,
credential as AnonCredential,
linkSecret
)

presentationString = presentation.getJson()

val attachmentDescriptor =
AttachmentDescriptor(
mediaType = mediaType,
Expand Down
2 changes: 1 addition & 1 deletion sampleapp/src/main/res/xml/network_security_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">192.168.68.114</domain>
</domain-config>
</network-security-config>
</network-security-config>

0 comments on commit 1ee5701

Please sign in to comment.