Skip to content

Commit

Permalink
linty goodness
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Nov 9, 2023
1 parent 6457623 commit a692d4d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/note/note_signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,8 @@ func formatCosignatureV1(t uint64, msg []byte) ([]byte, error) {
}

var (
errSignerID = errors.New("malformed verifier id")
errSignerAlg = errors.New("unknown verifier algorithm")
errSignerHash = errors.New("invalid verifier hash")
errSignerID = errors.New("malformed verifier id")
errSignerAlg = errors.New("unknown verifier algorithm")
)

type Signer struct {
Expand Down

0 comments on commit a692d4d

Please sign in to comment.