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.
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue