Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <[email protected]>
  • Loading branch information
mineme0110 committed Aug 15, 2024
1 parent 357fb3c commit bc12efd
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1222,15 +1222,6 @@ private class PresentationServiceImpl(
record <- getRecord(id)
} yield record

// override def createOOBPresentationRecord(
// goalCode: Option[String],
// goal: Option[String],
// pairwiseVerifierDID: DidId,
// proofTypes: Seq[ProofType],
// maybeOptions: Option[Options],
// format: CredentialFormat,
// ): ZIO[WalletAccessContext, PresentationError, PresentationRecord] = ???

override def getRequestPresentationFromInvitation(
pairwiseProverDID: DidId,
invitation: String
Expand Down

0 comments on commit bc12efd

Please sign in to comment.