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