Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ilija42 committed Jan 14, 2025
1 parent f1eff79 commit e39fefd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/solana/logpoller/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (

"github.com/gagliardetto/solana-go"

"github.com/smartcontractkit/chainlink-common/pkg/codec/encodings/binary"
"github.com/smartcontractkit/chainlink-common/pkg/logger"
"github.com/smartcontractkit/chainlink-solana/pkg/solana/codec"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/solana/logpoller/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/base64"
"time"

"github.com/smartcontractkit/chainlink-solana/pkg/solana/logpoller/utils"
"github.com/smartcontractkit/chainlink-solana/pkg/solana/codec"
)

type Filter struct {
Expand Down

0 comments on commit e39fefd

Please sign in to comment.