Skip to content

Commit

Permalink
Make struct tagged variables public.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Aug 23, 2024
1 parent e954167 commit cc4684f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/reader/ccip.go
Original file line number Diff line number Diff line change
Expand Up @@ -624,10 +624,10 @@ func (r *CCIPChainReader) getOfframpStaticConfig(ctx context.Context) (offrampSt
}

type offrampStaticChainConfig struct {
chainSelector uint64 `json:"chainSelector"`
rmnProxy []byte `json:"rmnProxy"`
tokenAdminRegistry []byte `json:"tokenAdminRegistry"`
nonceManager []byte `json:"nonceManager"`
ChainSelector uint64 `json:"chainSelector"`
RmnProxy []byte `json:"rmnProxy"`
TokenAdminRegistry []byte `json:"tokenAdminRegistry"`
NonceManager []byte `json:"nonceManager"`
}

// Interface compliance check
Expand Down

0 comments on commit cc4684f

Please sign in to comment.