From 6c0c2ba1da70f7ba02746e95f81e0e7e2e995867 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 13 Mar 2025 14:38:38 +0100 Subject: [PATCH] core/filtermaps: remove unused field unindexLimit --- core/filtermaps/filtermaps.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/filtermaps/filtermaps.go b/core/filtermaps/filtermaps.go index 9ff2182cc2..95dd181551 100644 --- a/core/filtermaps/filtermaps.go +++ b/core/filtermaps/filtermaps.go @@ -56,10 +56,10 @@ type FilterMaps struct { // case logic in eth/filters. disabled bool - closeCh chan struct{} - closeWg sync.WaitGroup - history, unindexLimit uint64 - exportFileName string + closeCh chan struct{} + closeWg sync.WaitGroup + history uint64 + exportFileName string Params db ethdb.KeyValueStore