mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-01 00:31:21 +00:00
erigon22: fix infinity loop #624
This commit is contained in:
parent
775ace2e37
commit
841fe604f9
@ -195,7 +195,7 @@ type HistoryCollation struct {
|
||||
|
||||
func (c HistoryCollation) Close() {
|
||||
if c.historyComp != nil {
|
||||
c.Close()
|
||||
c.historyComp.Close()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user