diff --git a/pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/PresentationServiceImpl.scala b/pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/PresentationServiceImpl.scala index a03a3d96c5..9178b2f688 100644 --- a/pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/PresentationServiceImpl.scala +++ b/pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/PresentationServiceImpl.scala @@ -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