From f5faade958ae34464d044826b1c8e9d571e1a203 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Mon, 13 Mar 2023 15:44:19 +0700 Subject: [PATCH] save --- state/history.go | 1 - 1 file changed, 1 deletion(-) diff --git a/state/history.go b/state/history.go index f1414f963..36bff5d89 100644 --- a/state/history.go +++ b/state/history.go @@ -1737,7 +1737,6 @@ func (hc *HistoryContext) iterateChangedDB(fromTxNum, toTxNum int, asc order.By, if err := dbi.advance(); err != nil { return nil, err } - hc.Close() return dbi, nil }