Skip to content

Commit

Permalink
remove unused metrics pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Nov 19, 2024
1 parent 7f8e940 commit 1fb14ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions metrics/metrics.go

This file was deleted.

2 changes: 1 addition & 1 deletion proxy/receiver_proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ func createTestTx(i int) *hexutil.Bytes {
chainID := big.NewInt(1)
txData := &types.DynamicFeeTx{
ChainID: chainID,
Nonce: uint64(i),
Nonce: uint64(i), //nolint:gosec

Check failure on line 387 in proxy/receiver_proxy_test.go

View workflow job for this annotation

GitHub Actions / Lint

directive `//nolint:gosec` is unused for linter "gosec" (nolintlint)
GasTipCap: big.NewInt(1),
GasFeeCap: big.NewInt(1),
Gas: 21000,
Expand Down

0 comments on commit 1fb14ea

Please sign in to comment.