From 68db66842e6e243a27a650cb0d70ae77e2c5470d Mon Sep 17 00:00:00 2001 From: joeycli Date: Fri, 13 Oct 2023 16:43:16 +0800 Subject: [PATCH] chore: recover statedb_fuzz_test.go lint --- .golangci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 2b746fe31f..e7d4e36d70 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -51,9 +51,6 @@ issues: - path: core/state/metrics.go linters: - unused - - path: core/state/statedb_fuzz_test.go - linters: - - unused - path: core/txpool/legacypool/list.go linters: - staticcheck