Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Sep 21, 2023
1 parent 8ad4058 commit 5111d68
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package client
import (
"bytes"
"context"
"encoding/base64"
"errors"
"fmt"
"os"
Expand All @@ -39,14 +38,6 @@ var (
testRawCheckpoints, testCheckpoints = mustLoadTestCheckpoints()
)

func b64(r string) []byte {
ret, err := base64.StdEncoding.DecodeString(r)
if err != nil {
panic(err)
}
return ret
}

func mustMakeVerifier(vs string) note.Verifier {
v, err := note.NewVerifier(vs)
if err != nil {
Expand Down

0 comments on commit 5111d68

Please sign in to comment.