Skip to content

Commit

Permalink
Remove unneeded gosec ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 committed Nov 18, 2024
1 parent 987b8b5 commit 0eb1a29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/scripts/keystone/src/02_provision_ocr3_capability.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ func deployOCR3Contract(

cc := ocrConfToContractConfig(ocrConf, latestConfigDigestBytes.ConfigCount)
digester := evm.OCR3CapabilityOffchainConfigDigester{
// ignore integer overflow
ChainID: uint64(env.ChainID), //nolint:gosec
ChainID: uint64(env.ChainID),
ContractAddress: o.OCR3.Address(),
}
digest, err := digester.ConfigDigest(context.Background(), cc)
Expand Down

0 comments on commit 0eb1a29

Please sign in to comment.