mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
core/filtermaps: remove unused field unindexLimit
This commit is contained in:
parent
2951d4c141
commit
6c0c2ba1da
1 changed files with 4 additions and 4 deletions
|
|
@ -56,10 +56,10 @@ type FilterMaps struct {
|
||||||
// case logic in eth/filters.
|
// case logic in eth/filters.
|
||||||
disabled bool
|
disabled bool
|
||||||
|
|
||||||
closeCh chan struct{}
|
closeCh chan struct{}
|
||||||
closeWg sync.WaitGroup
|
closeWg sync.WaitGroup
|
||||||
history, unindexLimit uint64
|
history uint64
|
||||||
exportFileName string
|
exportFileName string
|
||||||
Params
|
Params
|
||||||
|
|
||||||
db ethdb.KeyValueStore
|
db ethdb.KeyValueStore
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue