Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/openid4vp/openid4vp.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func (o *Interaction) PresentCredentialUnsafe(credential *verifiable.Credential,
)
}

// PresentCredential presents credentials to redirect uri from request object.
// PresentCredentials presents credentials to redirect uri from request object.
func (o *Interaction) presentCredentials( //nolint: funlen
credentials []*verifiable.Credential,
customClaims CustomClaims,
Expand Down
2 changes: 1 addition & 1 deletion test/integration/trustregistry/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func writeResponse(w http.ResponseWriter, body interface{}) {
w.WriteHeader(http.StatusOK)
}

// writeResponse writes interface value to response
// writeResponseWithStatus writes interface value to response
func writeResponseWithStatus(
rw http.ResponseWriter,
status int,
Expand Down