Skip to content

Commit

Permalink
PR Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
silaslenihan committed Jan 28, 2025
1 parent 7354a60 commit aabba55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/solana/chainwriter/ccip_example_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func TestConfig() {
// PDALookups can resolve to multiple addresses if:
// A) The PublicKey lookup resolves to multiple addresses (i.e. multiple token addresses)
// B) The Seeds or ValueSeeds resolve to multiple values
// PDA lokoup with constant seed
// PDA lookup with constant seed
PDALookups{
Name: "RouterAccountConfig",
PublicKey: AccountConstant{
Expand Down
2 changes: 1 addition & 1 deletion pkg/solana/chainwriter/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type DataAccount struct {
//go:embed testContractIDL.json
var testContractIDL string

// FetchCCIPRouterIDL returns
// FetchCCIPRouterIDL returns the IDL for chain components test contract
func FetchTestContractIDL() string {
return testContractIDL
}
Expand Down
3 changes: 1 addition & 2 deletions pkg/solana/chainwriter/transform_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import (
"github.com/smartcontractkit/chainlink-ccip/pkg/types/ccipocr3"
)

// TODO: make this type in the ccipocr3 package
// TODO: consolidate Info and AbstractReport
// TODO: make this type in the chainlink-common CW package
type ReportPreTransform struct {
ReportContext [2][32]byte
Report []byte
Expand Down

0 comments on commit aabba55

Please sign in to comment.