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
|
|
@ -58,7 +58,7 @@ type FilterMaps struct {
|
||||||
|
|
||||||
closeCh chan struct{}
|
closeCh chan struct{}
|
||||||
closeWg sync.WaitGroup
|
closeWg sync.WaitGroup
|
||||||
history, unindexLimit uint64
|
history uint64
|
||||||
exportFileName string
|
exportFileName string
|
||||||
Params
|
Params
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue