Skip to content

Commit fcb92d9

Browse files
committed
rm comments
1 parent 926d290 commit fcb92d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkg/ccip/bindings/feequoter/fee_quoter.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,8 @@ var TLBs = tvm.MustNewTLBMap([]any{
307307
// binding types that supports FetchResult interface with rpc client
308308

309309
type StaticConfig struct {
310-
MaxFeeJuelsPerMsg *big.Int
311-
LinkToken *address.Address
312-
// TODO: Consider changing to uint32 for EVM compatibility once on-chain is updated.
310+
MaxFeeJuelsPerMsg *big.Int
311+
LinkToken *address.Address
313312
StalenessThreshold uint32
314313
}
315314

0 commit comments

Comments
 (0)