Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed Oct 7, 2024
1 parent 58bb81b commit 2ef9529
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/doc/vc/crypto/dataIntegrity.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"fmt"

"github.com/samber/lo"
"github.com/trustbloc/logutil-go/pkg/log"
"github.com/trustbloc/vc-go/dataintegrity"
dataintegritysuite "github.com/trustbloc/vc-go/dataintegrity/suite"
"github.com/trustbloc/vc-go/dataintegrity/suite/ecdsa2019"
Expand All @@ -22,11 +21,8 @@ import (

const (
dataIntegrityProofContext = "https://w3id.org/security/data-integrity/v1"
credentialV
)

var logger = log.New("vcs-crypto")

// signCredentialLDP adds verifiable.DataIntegrityProofContext to the VC.
func (c *Crypto) signCredentialLDPDataIntegrity(signerData *vc.Signer,
vc *verifiable.Credential, opts ...SigningOpts) (*verifiable.Credential, error) {
Expand Down

0 comments on commit 2ef9529

Please sign in to comment.