mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
core/rawdb: remove close error
This commit is contained in:
parent
0c57229ece
commit
609aa43b67
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ func (f *chainFreezer) Close() error {
|
|||
|
||||
var errs []error
|
||||
if f.eradb != nil {
|
||||
errs = append(errs, f.eradb.Close())
|
||||
f.eradb.Close()
|
||||
}
|
||||
errs = append(errs, f.AncientStore.Close())
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue