erigon22: fix infinity loop #624

This commit is contained in:
Alex Sharov 2022-09-06 13:56:07 +07:00 committed by GitHub
parent 775ace2e37
commit 841fe604f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,7 +195,7 @@ type HistoryCollation struct {
func (c HistoryCollation) Close() {
if c.historyComp != nil {
c.Close()
c.historyComp.Close()
}
}