Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ilija42 committed Dec 30, 2024
1 parent 2bdf245 commit 1d69bbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions pkg/solana/chainreader/account_read_binding.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"

"github.com/gagliardetto/solana-go"
"github.com/gagliardetto/solana-go/rpc"

"github.com/smartcontractkit/chainlink-common/pkg/types"

Expand All @@ -16,7 +15,6 @@ type accountReadBinding struct {
namespace, genericName string
codec types.RemoteCodec
key solana.PublicKey
opts *rpc.GetAccountInfoOpts
}

func newAccountReadBinding(namespace, genericName string) *accountReadBinding {
Expand Down
9 changes: 0 additions & 9 deletions pkg/solana/config/chain_reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"encoding/json"
"testing"

"github.com/gagliardetto/solana-go"
"github.com/gagliardetto/solana-go/rpc"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

Expand Down Expand Up @@ -66,13 +64,6 @@ func TestChainReaderConfig(t *testing.T) {
})
}

var (
encodingBase64 = solana.EncodingBase64
commitment = rpc.CommitmentFinalized
offset = uint64(10)
length = uint64(10)
)

var nilIDL = codec.IDL{
Version: "0.1.0",
Name: "myProgram",
Expand Down

0 comments on commit 1d69bbd

Please sign in to comment.